Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Copy text without styles",
"description": "Copy plain text without formatting. Do not paste special unformatted text when you copy text from a web site into a text editor",
"version": "0.0.3",
"icons": {
"128": "images\/off.png"
},
"background": {
"service_worker": "sw\/sw.js",
"type": "module"
},
"action": [],
"permissions": [
"scripting",
"activeTab",
"storage"
],
"optional_host_permissions": [
"https:\/\/*\/*"
],
"web_accessible_resources": [
{
"resources": [
"content\/*",
"shared\/*"
],
"matches": [
"<all_urls>"
]
}
],
"options_page": "options\/options.html"
}