Read This Later

Save a list of pages to read later.

What is Read This Later?

Read This Later is a Chrome extension developed by jackf, and its main feature is "Save a list of pages to read later.".

Extension Screenshots

screenshot
screenshot

Download Read This Later Extension CRX File

Download Read This 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

                        Avoid cluttering up bookmarks!

Mark articles and pages that you don't have time to read, and pick them up again later.

Synchronizes across chrome devices.                    

Extension Basic Information

Name Read This Later Read This Later
ID beanlcbbdbempflllcplmhfojimccfcg
Official URL https://chromewebstore.google.com/detail/read-this-later/beanlcbbdbempflllcplmhfojimccfcg
Description Save a list of pages to read later.
File Size 146 KB
Installation Count 932
Current Version 1.1.1
Last Updated 2015-04-08
Publish Date 2015-04-08
Rating 4.40/5 Total 20 Ratings
Developer jackf
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Read This Later",
    "short_name": "Read This Later",
    "description": "Save a list of pages to read later.",
    "version": "1.1.1",
    "icons": {
        "16": "images\/icons\/icon-16.png",
        "48": "images\/icons\/icon-48.png",
        "128": "images\/icons\/icon-128.png"
    },
    "browser_action": {
        "default_title": "Read This Later",
        "default_icon": "images\/icons\/icon-19.png",
        "default_popup": "views\/popup.html"
    },
    "background": {
        "persistent": false,
        "page": "views\/background.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "activeTab",
        "tabs",
        "contextMenus",
        "storage"
    ]
}