Easily edit websites temporarily with a click of a button.
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 3,
"name": "__MSG_application_title__",
"description": "__MSG_application_description__",
"version": "1.0.1",
"default_locale": "en_US",
"icons": {
"16": "icons/16.png",
"32": "icons/32.png",
"48": "icons/48.png",
"128": "icons/128.png"
},
"action": {
"default_title": "__MSG_action_title__"
},
"author": "[email protected]",
"background": {
"service_worker": "background.js"
},
"commands": {
"_execute_action": {
"suggested_key": "Ctrl+Comma"
}
},
"permissions": [
"activeTab",
"scripting",
"contextMenus"
],
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}