Read Later - save tab and read later

An easy way to save a tab and revisit it later

What is Read Later - save tab and read later?

Read Later - save tab and read later is a Chrome extension developed by lx223, and its main feature is "An easy way to save a tab and revisit it later".

Download Read Later - save tab and read later Extension CRX File

Download Read Later - save tab and read 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

                                            

Extension Basic Information

Name Read Later - save tab and read later Read Later - save tab and read later
ID eimchnaiimdmfefpplagekjgigbjmohd
Official URL https://chromewebstore.google.com/detail/read-later-save-tab-and-r/eimchnaiimdmfefpplagekjgigbjmohd
Description An easy way to save a tab and revisit it later
File Size 97.08 KB
Installation Count 21
Current Version 0.2.4
Last Updated 2015-10-14
Publish Date 2015-10-14
Rating 5.00/5 Total 2 Ratings
Developer lx223
Payment Type free
Extension Website https://github.com/lx223/read-later
Help Page URL https://github.com/lx223/read-later-chrome-extension/issues
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Read Later - save tab and read later",
    "short_name": "Read Later",
    "description": "An easy way to save a tab and revisit it later",
    "version": "0.2.4",
    "minimum_chrome_version": "35",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "js\/utils.js",
            "js\/storage.js",
            "js\/contextMenu.js",
            "js\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "img\/icon38_active.png",
        "default_title": "Read Later",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "commands": {
        "read-later": {
            "suggested_key": {
                "default": "Ctrl+Shift+A",
                "mac": "Command+Shift+A"
            },
            "description": "A quick way to save&close current tab to read later"
        },
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+S",
                "mac": "Command+Shift+S"
            }
        }
    },
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "unlimitedStorage",
        "contextMenus",
        "chrome:\/\/favicon\/*",
        ""
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmTPV8n\/mL02J7uIv6FNkDRYKXwr96R3w8VhnaihNHQD3WhdapLv2ApUhHMSXRN\/YYhBFyN1mzHPa4d3YFv7\/AjiSTVlay9xhZGkwm4m9aw23ddkPGYDFRx5o78f\/TfKB3GkqdoQKQB7v6+raAUfYyHZ+OFPgoRsXujDODKMYi7+aOTD4yrkPlPjgGFTGVkHswttbdwbEF9YVptbOAlJNYJUZ509jzTqiW9z9PazMwkbH5dRf5lgob3hRE0+DbUsFS0e7CZ\/CJ95q4\/zHckd4kpM8V5yQwIw+shKx1uCxCqVXocHie2Ht5a5jt5xfT0b4woMUZj3T9wsSbepT5\/DHNQIDAQAB"
}