Clone Tab
Duplicate your current tab with a click or custom keystroke, complete with full navigation history.
Clone Tabとは何ですか?
Clone TabはJordan Bownessによって開発されたChromeの拡張機能で、その主な機能は「Duplicate your current tab with a click or custom keystroke, complete with full navigation history.」です。
拡張機能のスクリーンショット
Clone Tab拡張機能のCRXファイルをダウンロード
Clone Tab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Duplicate your current tab via button or command (I personally use CTRL+T to replace Chrome's built-in new tab behavior). This extension does more than others in the Chrome Extension Store in that your entire tab's navigation history and browsing context is also duplicated. Great way to fork your current browsing session! Make like Dolly and start cloning!
拡張機能の基本情報
名前 | Clone Tab |
ID | lakoapehfeocchibmgehpllelmgmmaed |
公式URL | https://chromewebstore.google.com/detail/clone-tab/lakoapehfeocchibmgehpllelmgmmaed |
説明 | Duplicate your current tab with a click or custom keystroke, complete with full navigation history. |
ファイルサイズ | 23.29 KB |
インストール数 | 1,141 |
現在のバージョン | 1.2018.1.404 |
最終更新日 | 2018-01-05 |
公開日 | 2018-01-04 |
評価 | 4.79/5 合計 14 レビュー |
開発者 | Jordan Bowness |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon.png", "name": "Clone Current Tab" }, "description": "Duplicate your current tab with a click or custom keystroke, complete with full navigation history.", "icons": { "128": "icon.png", "16": "icon16.png", "48": "icon48.png" }, "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDZdNzIOvljXDbefM60xAORD9o\/l\/1X11M4nbcFOfMWKThGlkIH3vBtNRyVctSocYBF4ugzYdjnoJDE77DVjEBNkIp3ts\/xf\/yGYfA9aXjw49oFJgYA+imMvpE6kjIcPTm2xrlZWIa8FgAkiFuBtX\/FVSVWF5Bc0hAy0T+KvQ1DlQIDAQAB", "manifest_version": 2, "name": "Clone Tab", "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.2018.1.404", "commands": { "clone-tab": { "suggested_key": { "windows": "Ctrl+T", "mac": "Ctrl+T", "chromeos": "Ctrl+T", "linux": "Ctrl+T" }, "description": "Clone Tab" } } } |