CopyTabs
Open your current tabs, selected tabs or windows in Chrome or another browser.
Was ist CopyTabs?
CopyTabs ist eine Chrome-Erweiterung, die von symphnyx.ltd entwickelt wurde, und ihr Hauptmerkmal ist "Open your current tabs, selected tabs or windows in Chrome or another browser.".
Erweiterungsscreenshots
CopyTabs-Erweiterungs-CRX-Datei herunterladen
Laden Sie CopyTabs-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | CopyTabs |
ID | obkbjogekcjalnaebheboejhfkamadkg |
Offizielle URL | https://chromewebstore.google.com/detail/copytabs/obkbjogekcjalnaebheboejhfkamadkg |
Beschreibung | Open your current tabs, selected tabs or windows in Chrome or another browser. |
Dateigröße | 2.13 MB |
Installationsanzahl | 309 |
Aktuelle Version | 1.0.7.0 |
Letztes Update | 2022-09-20 |
Veröffentlichungsdatum | 2019-10-03 |
Bewertung | 3.90/5 Insgesamt 10 Bewertungen |
Entwickler | symphnyx.ltd |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://copytabs.web.app/ |
URL der Datenschutzrichtlinien-Seite | https://copytabs.firebaseapp.com/privacy.html |
Unterstützte Sprachen | 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'" } |