TabuLater - Save Open Tabs With One Click
The easiest way to get right back to where you left off.
TabuLater - Save Open Tabs With One Click là gì?
TabuLater - Save Open Tabs With One Click là một tiện ích mở rộng Chrome được phát triển bởi Celsius.Technology, và tính năng chính của nó là "The easiest way to get right back to where you left off.".
Ả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 TabuLater - Save Open Tabs With One Click
Tải xuống các tệp mở rộng TabuLater - Save Open Tabs With One Click 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
TabuLater is the easiest way to quickly save your tabs and return to Chrome right where you left off. Simply take a snapshot of your open tabs and they'll be saved to re-open one tab at a time, all in a new window, or all in the same window. Working on multiple projects? Save CPU by taking a snapshot of your tabs with TabuLater and work faster, one project at a time. Always start your day with the same set of tabs? Create a snapshot with TabuLater that you can easily return to later with one click. No matter how you work or play on Chrome, TabuLater helps you keep your tabs organized. Please leave a review and let us know if you run into any issues. Enjoy!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | TabuLater - Save Open Tabs With One Click |
ID | bcmbdjphemaclhjbkaejcaffeddkmjco |
URL Chính Thức | https://chromewebstore.google.com/detail/tabulater-save-open-tabs/bcmbdjphemaclhjbkaejcaffeddkmjco |
Mô tả | The easiest way to get right back to where you left off. |
Kích Thước Tệp | 1.71 MB |
Số Lần Cài Đặt | 883 |
Phiên Bản Hiện Tại | 1.1.0 |
Cập Nhật Lần Cuối | 2018-06-28 |
Ngày Phát Hành | 2018-06-27 |
Đánh Giá | 3.78/5 Tổng số 9 Đánh Giá |
Nhà Phát Triển | Celsius.Technology |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.celsius.technology |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TabuLater - Save Open Tabs With One Click", "short_name": "Easily Save and Manage Your Tabs", "description": "The easiest way to get right back to where you left off.", "version": "1.1.0", "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com; object-src 'self'", "browser_action": { "default_icon": "images\/tabulater-icon.png", "default_popup": "popup.html" }, "icons": { "48": "images\/tabulater-icon-med.png", "64": "images\/tabulater-icon-med.png", "128": "images\/tabulater-icon-med.png", "256": "images\/tabulater-icon-med.png" }, "content_scripts": [ { "run_at": "document_start", "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "https:\/\/www.google-analytics.com\/*" ], "js": [ "contentScript.js" ] } ], "background": { "page": "bg.html", "persistent": true }, "permissions": [ "tabs" ] } |