Read it later

Save page to read later.

What is Read it later?

Read it later is a Chrome extension developed by ChanPete, and its main feature is "Save page to read later.".

Extension Screenshots

screenshot

Download Read it later Extension CRX File

Download Read it later 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

                        "Read it later" is a extension that reappear the famous extension "Read later fast" (which has upgraded and renamed as Pocket now)                    

Extension Basic Information

Name Read it later Read it later
ID abaaoiinleeejbecmnpolnnfbbglogjm
Official URL https://chromewebstore.google.com/detail/read-it-later/abaaoiinleeejbecmnpolnnfbbglogjm
Description Save page to read later.
File Size 1.37 MB
Installation Count 951
Current Version 5.1.0
Last Updated 2023-09-04
Publish Date 2019-08-05
Rating 3.60/5 Total 15 Ratings
Developer ChanPete
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Read it later",
    "description": "Save page to read later.",
    "version": "5.1.0",
    "icons": {
        "16": "\/static\/icon-16.png",
        "128": "\/static\/icon.png"
    },
    "permissions": [
        "tabs",
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "\/static\/js\/backgroundScript.js"
        ]
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                ""
            ],
            "js": [
                "\/static\/js\/contentScript.js"
            ],
            "css": [
                "\/static\/css\/contentScript.css"
            ]
        }
    ],
    "browser_action": {
        "default_icon": {
            "38": "\/static\/icon-38.png"
        }
    }
}