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": "Many Tabs Resolver",
"version": "0.0.4",
"description": "1-Click to download images, files, or copy all opened addresses.",
"author": "Taufik Nur Rahmanda",
"permissions": [
"tabs"
],
"host_permissions": [
"*:\/\/*\/*"
],
"action": {
"default_title": "Many Tabs Resolver - What to do with yout tabs?",
"default_popup": "popup.html",
"default_icon": {
"16": "icons\/icon16.png",
"24": "icons\/icon24.png",
"32": "icons\/icon32.png"
}
},
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"background": {
"service_worker": "background.js"
}
}