TabSnooze
Make tabs come back later
什么是TabSnooze?
TabSnooze是由Ohad Ron开发的Chrome扩展程序,该扩展的主要功能是“Make tabs come back later”。
扩展截图
下载TabSnooze扩展crx文件
下载TabSnooze扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
TabSnooze allows you to close a tab but have it pop up again later. Features: - You can set your own preset times - The tabs you snooze are saved even if you are offline or your computer is off / asleep. - There are optional desktop notifications, background/active tab, and more
扩展基本信息
名称 | TabSnooze |
ID | mclnkhkcgmlfedfolgmabgepmpfnldcp |
官方URL | https://chromewebstore.google.com/detail/tabsnooze/mclnkhkcgmlfedfolgmabgepmpfnldcp |
简介 | Make tabs come back later |
文件大小 | 61.84 KB |
安装次数 | 188 |
当前版本 | 0.31 |
更新时间 | 2015-11-21 |
上架时间 | 2015-11-21 |
评分 | 3.89/5 共9次评分 |
开发者 | Ohad Ron |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TabSnooze", "description": "Make tabs come back later", "version": "0.31", "permissions": [ "tabs", "notifications", "alarms", "storage", "http:\/\/*\/", "https:\/\/*\/" ], "background": { "scripts": [ "background.js" ] }, "page_action": { "default_icon": { "19": "images\/icon19.png" }, "default_title": "Snooze Tab", "default_popup": "popup.html" }, "options_page": "options.html", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |