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": "Copy URLs",
"short_name": "Copy URLs",
"version": "2.0.0.1",
"manifest_version": 3,
"homepage_url": "http:\/\/melanto.com\/apps\/copy-urls\/",
"description": "Copy all open URLs to clipboard",
"icons": {
"16": "icon.png",
"48": "icon-48.png",
"128": "icon-128.png"
},
"permissions": [
"tabs",
"clipboardWrite",
"storage"
],
"action": {
"default_icon": "icon.png",
"default_title": "Copy URLs",
"default_popup": "index.html"
},
"background": {
"service_worker": "background.js"
},
"incognito": "spanning",
"offline_enabled": true
}