CopyTabs
Open your current tabs, selected tabs or windows in Chrome or another browser.
O que é CopyTabs?
CopyTabs é uma extensão do Chrome desenvolvida por symphnyx.ltd, e sua principal característica é "Open your current tabs, selected tabs or windows in Chrome or another browser.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão CopyTabs
Baixe arquivos de extensão CopyTabs no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | CopyTabs |
ID | obkbjogekcjalnaebheboejhfkamadkg |
URL Oficial | https://chromewebstore.google.com/detail/copytabs/obkbjogekcjalnaebheboejhfkamadkg |
Descrição | Open your current tabs, selected tabs or windows in Chrome or another browser. |
Tamanho do Arquivo | 2.13 MB |
Contagem de Instalações | 309 |
Versão Atual | 1.0.7.0 |
Última Atualização | 2022-09-20 |
Data de Publicação | 2019-10-03 |
Classificação | 3.90/5 Total de 10 Avaliações |
Desenvolvedor | symphnyx.ltd |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://copytabs.web.app/ |
URL da Página de Política de Privacidade | https://copytabs.firebaseapp.com/privacy.html |
Idiomas Suportados | 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'" } |