Read Later - save tab and read later

An easy way to save a tab and revisit it later

Cos'è Read Later - save tab and read later?

Read Later - save tab and read later è un'estensione di Chrome sviluppata da lx223, e la sua funzione principale è "An easy way to save a tab and revisit it later".

Scarica il file CRX dell'estensione Read Later - save tab and read later

Scarica i file di estensione Read Later - save tab and read 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

                                            

Informazioni di Base sull'Estensione

Nome Read Later - save tab and read later Read Later - save tab and read later
ID eimchnaiimdmfefpplagekjgigbjmohd
URL Ufficiale https://chromewebstore.google.com/detail/read-later-save-tab-and-r/eimchnaiimdmfefpplagekjgigbjmohd
Descrizione An easy way to save a tab and revisit it later
Dimensione del File 97.08 KB
Conteggio Installazioni 21
Versione Corrente 0.2.4
Ultimo Aggiornamento 2015-10-14
Data di Pubblicazione 2015-10-14
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore lx223
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/lx223/read-later
URL della Pagina di Aiuto https://github.com/lx223/read-later-chrome-extension/issues
Lingue Supportate 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"
}