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?
TabuLater - Save Open Tabs With One Click是由Celsius.Technology开发的Chrome扩展程序,该扩展的主要功能是“The easiest way to get right back to where you left off.”。
扩展截图
下载TabuLater - Save Open Tabs With One Click扩展crx文件
下载TabuLater - Save Open Tabs With One Click扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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!
扩展基本信息
名称 | TabuLater - Save Open Tabs With One Click |
ID | bcmbdjphemaclhjbkaejcaffeddkmjco |
官方URL | https://chromewebstore.google.com/detail/tabulater-save-open-tabs/bcmbdjphemaclhjbkaejcaffeddkmjco |
简介 | The easiest way to get right back to where you left off. |
文件大小 | 1.71 MB |
安装次数 | 883 |
当前版本 | 1.1.0 |
更新时间 | 2018-06-28 |
上架时间 | 2018-06-27 |
评分 | 3.78/5 共9次评分 |
开发者 | Celsius.Technology |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://www.celsius.technology |
支持的语言 | 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" ] } |