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",
"name": "URL Quick Append",
"description": "Quickly manipulate URL appendix",
"permissions": [
"storage"
],
"options_page": "options.html",
"background": {
"service_worker": "background.js"
},
"action": {
"default_popup": "popup.html",
"default_icon": {
"128": "images\/urlqa128.png"
}
},
"icons": {
"128": "images\/urlqa128.png"
},
"manifest_version": 3,
"version": "1.5.0"
}