CopyTabs
Open your current tabs, selected tabs or windows in Chrome or another browser.
What is CopyTabs?
CopyTabs is a Chrome extension developed by symphnyx.ltd, and its main feature is "Open your current tabs, selected tabs or windows in Chrome or another browser.".
Extension Screenshots
Download CopyTabs Extension CRX File
Download CopyTabs extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | CopyTabs |
ID | obkbjogekcjalnaebheboejhfkamadkg |
Official URL | https://chromewebstore.google.com/detail/copytabs/obkbjogekcjalnaebheboejhfkamadkg |
Description | Open your current tabs, selected tabs or windows in Chrome or another browser. |
File Size | 2.13 MB |
Installation Count | 309 |
Current Version | 1.0.7.0 |
Last Updated | 2022-09-20 |
Publish Date | 2019-10-03 |
Rating | 3.90/5 Total 10 Ratings |
Developer | symphnyx.ltd |
[email protected] | |
Payment Type | free |
Extension Website | https://copytabs.web.app/ |
Privacy Policy Page URL | https://copytabs.firebaseapp.com/privacy.html |
Supported Languages | 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'" } |