TabSnooze
Make tabs come back later
What is TabSnooze?
TabSnooze is a Chrome extension developed by Ohad Ron, and its main feature is "Make tabs come back later".
Extension Screenshots
Download TabSnooze Extension CRX File
Download TabSnooze extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | TabSnooze |
ID | mclnkhkcgmlfedfolgmabgepmpfnldcp |
Official URL | https://chromewebstore.google.com/detail/tabsnooze/mclnkhkcgmlfedfolgmabgepmpfnldcp |
Description | Make tabs come back later |
File Size | 61.84 KB |
Installation Count | 188 |
Current Version | 0.31 |
Last Updated | 2015-11-21 |
Publish Date | 2015-11-21 |
Rating | 3.89/5 Total 9 Ratings |
Developer | Ohad Ron |
Payment Type | free |
Supported Languages | 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'" } |