Page Snooze
Come back to websites when you are ready to read them.
Wat is Page Snooze?
Page Snooze is een Chrome-extensie ontwikkeld door Jakub Jurovych, en de belangrijkste functie is "Come back to websites when you are ready to read them.".
Extensie Screenshots
Download het CRX-bestand van de extensie Page Snooze
Download Page Snooze-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
Basisinformatie over de Extensie
Naam | Page Snooze |
ID | clpfldbaegejpbckmodfjaahldodifaj |
Officiële URL | https://chromewebstore.google.com/detail/page-snooze/clpfldbaegejpbckmodfjaahldodifaj |
Beschrijving | Come back to websites when you are ready to read them. |
Bestandsgrootte | 320 KB |
Aantal Installaties | 125 |
Huidige Versie | 0.0.2 |
Laatst Bijgewerkt | 2015-02-22 |
Publicatiedatum | 2015-02-21 |
Beoordeling | 4.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Jakub Jurovych |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.0.2", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "96": "images\/icon-96.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/background.js" ] }, "browser_action": { "default_icon": "images\/page-default.png", "default_title": "Page Snooze", "default_popup": "popup.html" }, "options_page": "options.html", "omnibox": { "keyword": "Page Snooze" }, "permissions": [ "tabs", "storage", "http:\/\/*\/*", "https:\/\/*\/*" ] } |