Page Snooze

Come back to websites when you are ready to read them.

What is Page Snooze?

Page Snooze is a Chrome extension developed by Jakub Jurovych, and its main feature is "Come back to websites when you are ready to read them.".

Extension Screenshots

screenshot
screenshot

Download Page Snooze Extension CRX File

Download Page Snooze 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

                                            

Extension Basic Information

Name Page Snooze Page Snooze
ID clpfldbaegejpbckmodfjaahldodifaj
Official URL https://chromewebstore.google.com/detail/page-snooze/clpfldbaegejpbckmodfjaahldodifaj
Description Come back to websites when you are ready to read them.
File Size 320 KB
Installation Count 125
Current Version 0.0.2
Last Updated 2015-02-22
Publish Date 2015-02-21
Rating 4.00/5 Total 2 Ratings
Developer Jakub Jurovych
Payment Type free
Supported Languages 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:\/\/*\/*"
    ]
}