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…

Cos'è Read Tab Later?

Read Tab Later è un'estensione di Chrome sviluppata da Ryan Hoffmann, e la sua funzione principale è "Read Tab Later helps prevent you from having a tab bar packed with pinned tabs that you "might" read later. It does this by…".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Read Tab Later

Scarica i file di estensione Read Tab Later in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Read Tab Later Read Tab Later
ID cmnjlnadoijdhgkcglfejbinjobgmbhn
URL Ufficiale https://chromewebstore.google.com/detail/read-tab-later/cmnjlnadoijdhgkcglfejbinjobgmbhn
Descrizione Read Tab Later helps prevent you from having a tab bar packed with pinned tabs that you "might" read later. It does this by…
Dimensione del File 181 KB
Conteggio Installazioni 281
Versione Corrente 1.0
Ultimo Aggiornamento 2015-02-10
Data di Pubblicazione 2015-02-09
Valutazione 4.78/5 Totale 9 Valutazioni
Sviluppatore Ryan Hoffmann
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}