Clone Tab
Duplicate your current tab with a click or custom keystroke, complete with full navigation history.
Clone Tab là gì?
Clone Tab là một tiện ích mở rộng Chrome được phát triển bởi Jordan Bowness, và tính năng chính của nó là "Duplicate your current tab with a click or custom keystroke, complete with full navigation history.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Clone Tab
Tải xuống các tệp mở rộng Clone Tab dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Clone Tab |
ID | lakoapehfeocchibmgehpllelmgmmaed |
URL Chính Thức | https://chromewebstore.google.com/detail/clone-tab/lakoapehfeocchibmgehpllelmgmmaed |
Mô tả | Duplicate your current tab with a click or custom keystroke, complete with full navigation history. |
Kích Thước Tệp | 23.29 KB |
Số Lần Cài Đặt | 1,141 |
Phiên Bản Hiện Tại | 1.2018.1.404 |
Cập Nhật Lần Cuối | 2018-01-05 |
Ngày Phát Hành | 2018-01-04 |
Đánh Giá | 4.79/5 Tổng số 14 Đánh Giá |
Nhà Phát Triển | Jordan Bowness |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } } |