Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Edit Url by Regex",
"commands": {
"run-edit-url": {
"suggested_key": {
"default": "Alt+4"
},
"description": "Edit Url by Regex"
},
"_execute_action": {
"suggested_key": {
"windows": "Alt+3",
"mac": "Alt+3",
"chromeos": "Alt+3",
"linux": "Alt+3"
}
}
},
"description": "Edit Url by Regex",
"version": "1.3.0.0",
"permissions": [
"tabs"
],
"background": {
"service_worker": "service-worker.js"
},
"action": {
"default_icon": "\/icon.png",
"icons": {
"96": "\/icon.png"
},
"default_popup": "\/popup.html"
},
"icons": {
"96": "\/icon.png"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"css": [],
"js": [
"\/content.js"
]
}
]
}