TabSnooze
Make tabs come back later
Wat is TabSnooze?
TabSnooze is een Chrome-extensie ontwikkeld door Ohad Ron, en de belangrijkste functie is "Make tabs come back later".
Extensie Screenshots
Download het CRX-bestand van de extensie TabSnooze
Download TabSnooze-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | TabSnooze |
ID | mclnkhkcgmlfedfolgmabgepmpfnldcp |
Officiële URL | https://chromewebstore.google.com/detail/tabsnooze/mclnkhkcgmlfedfolgmabgepmpfnldcp |
Beschrijving | Make tabs come back later |
Bestandsgrootte | 61.84 KB |
Aantal Installaties | 188 |
Huidige Versie | 0.31 |
Laatst Bijgewerkt | 2015-11-21 |
Publicatiedatum | 2015-11-21 |
Beoordeling | 3.89/5 Totaal 9 Beoordelingen |
Ontwikkelaar | Ohad Ron |
Betalingswijze | free |
Ondersteunde Talen | 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'" } |