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",
"manifest_version": 3,
"name": "Select2Copy - Copy Multiple Text Selections Instantly",
"version": "1.1.1",
"description": "Select multiple texts across webpages and copy them all at once - fast, simple, efficient.",
"permissions": [
"scripting",
"activeTab",
"clipboardWrite"
],
"action": {
"default_icon": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"default_title": "Copy Multiple Text Selections"
},
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"background": {
"service_worker": "background.js"
},
"commands": {
"activate-selection": {
"suggested_key": {
"default": "Ctrl+A"
},
"description": "Activate selection mode"
},
"copy-selected-text": {
"suggested_key": {
"default": "Ctrl+C"
},
"description": "Copy all selected text"
},
"deactivate-selection": {
"suggested_key": {
"default": "Ctrl+X"
},
"description": "Deactivate selection mode"
}
}
}