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…

Was ist Read Tab Later?

Read Tab Later ist eine Chrome-Erweiterung, die von Ryan Hoffmann entwickelt wurde, und ihr Hauptmerkmal ist "Read Tab Later helps prevent you from having a tab bar packed with pinned tabs that you "might" read later. It does this by…".

Erweiterungsscreenshots

screenshot
screenshot

Read Tab Later-Erweiterungs-CRX-Datei herunterladen

Laden Sie Read Tab Later-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Read Tab Later Read Tab Later
ID cmnjlnadoijdhgkcglfejbinjobgmbhn
Offizielle URL https://chromewebstore.google.com/detail/read-tab-later/cmnjlnadoijdhgkcglfejbinjobgmbhn
Beschreibung Read Tab Later helps prevent you from having a tab bar packed with pinned tabs that you "might" read later. It does this by…
Dateigröße 181 KB
Installationsanzahl 281
Aktuelle Version 1.0
Letztes Update 2015-02-10
Veröffentlichungsdatum 2015-02-09
Bewertung 4.78/5 Insgesamt 9 Bewertungen
Entwickler Ryan Hoffmann
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}