CopyTabs
Open your current tabs, selected tabs or windows in Chrome or another browser.
Cos'è CopyTabs?
CopyTabs è un'estensione di Chrome sviluppata da symphnyx.ltd, e la sua funzione principale è "Open your current tabs, selected tabs or windows in Chrome or another browser.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione CopyTabs
Scarica i file di estensione CopyTabs 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
With the CopyTabs Chrome extension, you can open browser URLs from Chrome, into any browser installed on your machine, or any other Chrome profile. Easy to install. Just follow the instructions here, after installing the extension: https://copytabs.web.app/#about
Informazioni di Base sull'Estensione
Nome | CopyTabs |
ID | obkbjogekcjalnaebheboejhfkamadkg |
URL Ufficiale | https://chromewebstore.google.com/detail/copytabs/obkbjogekcjalnaebheboejhfkamadkg |
Descrizione | Open your current tabs, selected tabs or windows in Chrome or another browser. |
Dimensione del File | 2.13 MB |
Conteggio Installazioni | 309 |
Versione Corrente | 1.0.7.0 |
Ultimo Aggiornamento | 2022-09-20 |
Data di Pubblicazione | 2019-10-03 |
Valutazione | 3.90/5 Totale 10 Valutazioni |
Sviluppatore | symphnyx.ltd |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://copytabs.web.app/ |
URL della Pagina della Politica sulla Privacy | https://copytabs.firebaseapp.com/privacy.html |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CopyTabs", "description": "Open your current tabs, selected tabs or windows in Chrome or another browser.", "version": "1.0.7.0", "browser_action": { "default_icon": "icon.png", "default_popup": "tabs.html" }, "icons": { "16": "icon.png", "32": "icon.png", "48": "icon.png", "128": "icon.png" }, "background": { "scripts": [ "js\/lib\/jquery.js", "js\/shared.js", "js\/background.js" ], "persistent": true }, "permissions": [ "tabs", "https:\/\/ajax.googleapis.com\/", "nativeMessaging", "contextMenus", "storage" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |