CopyTabs
Open your current tabs, selected tabs or windows in Chrome or another browser.
CopyTabsとは何ですか?
CopyTabsはsymphnyx.ltdによって開発されたChromeの拡張機能で、その主な機能は「Open your current tabs, selected tabs or windows in Chrome or another browser.」です。
拡張機能のスクリーンショット
CopyTabs拡張機能のCRXファイルをダウンロード
CopyTabs拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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
拡張機能の基本情報
名前 | CopyTabs |
ID | obkbjogekcjalnaebheboejhfkamadkg |
公式URL | https://chromewebstore.google.com/detail/copytabs/obkbjogekcjalnaebheboejhfkamadkg |
説明 | Open your current tabs, selected tabs or windows in Chrome or another browser. |
ファイルサイズ | 2.13 MB |
インストール数 | 309 |
現在のバージョン | 1.0.7.0 |
最終更新日 | 2022-09-20 |
公開日 | 2019-10-03 |
評価 | 3.90/5 合計 10 レビュー |
開発者 | symphnyx.ltd |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://copytabs.web.app/ |
プライバシーポリシーページのURL | https://copytabs.firebaseapp.com/privacy.html |
対応言語 | 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'" } |