TabToLink
Change the opened page to link. Easy to make your links. It is available for temporary save of too many tabs
TabToLink là gì?
TabToLink là một tiện ích mở rộng Chrome được phát triển bởi newstep, và tính năng chính của nó là "Change the opened page to link. Easy to make your links. It is available for temporary save of too many tabs".
Ả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 TabToLink
Tải xuống các tệp mở rộng TabToLink 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
TabToLink simply makes link of opened tab, and you can easily make your links. [ How to use ] 1. Click the "TabToLink" icon and push the "Save" to save the current tab as link. 2. Click the "TabToLink" icon and push the "Display list" to display the saved link list. 3. Click the "TabToLink" icon and push the "Save & close all" to save all the tabs and close the tabs other than current tab (and pinned tabs). * You can save 300 links. * Push the "Del" button in the link list to delete the unnecessary link. * You can also save the link collection to a file.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | fdbgbkipjopaoioobnhceghnocdoghpg |
URL Chính Thức | https://chrome.google.com/webstore/detail/tabtolink/fdbgbkipjopaoioobnhceghnocdoghpg |
Mô tả | Change the opened page to link. Easy to make your links. It is available for temporary save of too many tabs |
Kích Thước Tệp | 31.44 KB |
Số Lần Cài Đặt | 206 |
Phiên Bản Hiện Tại | 1.8.0 |
Cập Nhật Lần Cuối | 2017-11-02 |
Ngày Phát Hành | 2017-11-02 |
Đánh Giá | 4.86/5 Tổng số 7 Đánh Giá |
Nhà Phát Triển | newstep |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TabToLink", "version": "1.8.0", "description": "__MSG_extDescription__", "manifest_version": 2, "browser_action": { "default_popup": "popup.html", "default_title": "TabToLink", "default_icon": "icon128.png" }, "default_locale": "en", "permissions": [ "tabs", "contextMenus" ], "icons": { "16": "icon16.png" }, "background": { "scripts": [ "background.js" ] } } |