Tabs to clipboard, clipboard to tabs
Copy tabs URL (and title) to clipboard (formats : text, HTML, JSON or custom, order is possible). Reverse action.
Cos'è Tabs to clipboard, clipboard to tabs?
Tabs to clipboard, clipboard to tabs è un'estensione di Chrome sviluppata da https://www.freezeec.com, e la sua funzione principale è "Copy tabs URL (and title) to clipboard (formats : text, HTML, JSON or custom, order is possible). Reverse action.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Tabs to clipboard, clipboard to tabs
Scarica i file di estensione Tabs to clipboard, clipboard to tabs in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Copy tabs URL (and title, depends on option) to clipboard (formats : text, HTML, JSON or custom, order is possible). Reverse action is possible : paste clipboard to tabs Informazioni di Base sull'Estensione
| Nome | |
| ID | baiigfcdcocfkkjjcdhjombfpkffmfce |
| URL Ufficiale | https://chromewebstore.google.com/detail/tabs-to-clipboard-clipboa/baiigfcdcocfkkjjcdhjombfpkffmfce |
| Descrizione | Copy tabs URL (and title) to clipboard (formats : text, HTML, JSON or custom, order is possible). Reverse action. |
| Dimensione del File | 261 KB |
| Conteggio Installazioni | 21 |
| Versione Corrente | 1.0 |
| Ultimo Aggiornamento | 2017-07-03 |
| Data di Pubblicazione | 2017-07-03 |
| Valutazione | 1.00/5 Totale 1 Valutazioni |
| Sviluppatore | https://www.freezeec.com |
| Tipo di Pagamento | free |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"browser_action": {
"default_icon": "img\/Copy-Link-19.png",
"default_title": "Tabs to clipboard, clipboard to tabs",
"default_popup": "popup.html"
},
"description": "Copy tabs URL (and title) to clipboard (formats : text, HTML, JSON or custom, order is possible). Reverse action.",
"icons": {
"128": "img\/Copy-Link-128.png"
},
"background": {
"scripts": [
"vendor\/jquery-1.7.2_min.js",
"vendor\/encoder.js",
"background.js"
]
},
"commands": {
"copy": {
"suggested_key": {
"default": "Alt+C"
},
"description": "Copy"
},
"paste": {
"suggested_key": {
"default": "Alt+V"
},
"description": "Paste"
}
},
"name": "Tabs to clipboard, clipboard to tabs",
"options_page": "options.html",
"content_security_policy": "script-src 'self'; object-src 'self'",
"permissions": [
"tabs",
"clipboardRead",
"clipboardWrite"
],
"version": "1.0",
"manifest_version": 2
} | |