Tab Copy
Copy all tabs to clipboard. No bells and whistles.
Wat is Tab Copy?
Tab Copy is een Chrome-extensie ontwikkeld door Reece, en de belangrijkste functie is "Copy all tabs to clipboard. No bells and whistles.".
Extensie Screenshots
Download het CRX-bestand van de extensie Tab Copy
Download Tab Copy-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Copies the tabs that are open in the window to the clipboard Basisinformatie over de Extensie
| Naam | |
| ID | lmnpchdgonnfapjelemnfafmgkndeefc |
| Officiële URL | https://chromewebstore.google.com/detail/tab-copy/lmnpchdgonnfapjelemnfafmgkndeefc |
| Beschrijving | Copy all tabs to clipboard. No bells and whistles. |
| Bestandsgrootte | 10.02 KB |
| Aantal Installaties | 151 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2019-11-19 |
| Publicatiedatum | 2019-11-19 |
| Ontwikkelaar | Reece |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Tab Copy",
"version": "1.0",
"description": "Copy all tabs to clipboard. No bells and whistles.",
"permissions": [
"activeTab",
"clipboardWrite",
"tabs"
],
"manifest_version": 2,
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_title": "Copy to clipboard."
},
"commands": {
"_execute_browser_action": {
"suggested_key": {
"default": "Ctrl+Shift+E"
}
}
}
} | |