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",
"name": "Copy All URLs",
"version": "1.0.1",
"manifest_version": 3,
"description": "Let's you to copy URLs in a window as text and allows you to open URLs in the current window from a list URLs on the clipboard",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"default_locale": "en",
"action": {
"default_icon": "icons\/icon48.png",
"default_title": "Copy all URLs",
"default_popup": "src\/browser_action\/browser_action.html"
},
"permissions": [
"tabs",
"clipboardRead",
"clipboardWrite"
]
}