Read Tab Later

Read Tab Later helps prevent you from having a tab bar packed with pinned tabs that you "might" read later. It does this by…

What is Read Tab Later?

Read Tab Later is a Chrome extension developed by Ryan Hoffmann, and its main feature is "Read Tab Later helps prevent you from having a tab bar packed with pinned tabs that you "might" read later. It does this by…".

Extension Screenshots

screenshot
screenshot

Download Read Tab Later Extension CRX File

Download Read Tab 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 Tab Later helps prevent you from having a tab bar packed with pinned tabs that you "might" read later.  

It does this by providing you with a button to simply pin the current tab you want to save for later to the New Tab page.  Upon opening up a new tab, you'll find screenshots of each of the pages you pinned for later and can click any of them to quickly navigate to that page.  If no pages have been pinned, a design related quote is presented instead.                    

Extension Basic Information

Name Read Tab Later Read Tab Later
ID cmnjlnadoijdhgkcglfejbinjobgmbhn
Official URL https://chromewebstore.google.com/detail/read-tab-later/cmnjlnadoijdhgkcglfejbinjobgmbhn
Description Read Tab Later helps prevent you from having a tab bar packed with pinned tabs that you "might" read later. It does this by…
File Size 181 KB
Installation Count 281
Current Version 1.0
Last Updated 2015-02-10
Publish Date 2015-02-09
Rating 4.78/5 Total 9 Ratings
Developer Ryan Hoffmann
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Read Tab Later",
    "version": "1.0",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": "pin.png",
        "default_title": "Pin to new tab page"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "",
        "storage"
    ]
}