Read Later - save tab and read later

An easy way to save a tab and revisit it later

¿Qué es Read Later - save tab and read later?

Read Later - save tab and read later es una extensión de Chrome desarrollada por lx223, y su función principal es "An easy way to save a tab and revisit it later".

Descargar Archivo CRX de la Extensión Read Later - save tab and read later

Descarga archivos de extensión Read Later - save tab and read later en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                                            

Información Básica de la Extensión

Nombre Read Later - save tab and read later Read Later - save tab and read later
ID eimchnaiimdmfefpplagekjgigbjmohd
URL Oficial https://chromewebstore.google.com/detail/read-later-save-tab-and-r/eimchnaiimdmfefpplagekjgigbjmohd
Descripción An easy way to save a tab and revisit it later
Tamaño del Archivo 97.08 KB
Cantidad de Instalaciones 21
Versión Actual 0.2.4
Última Actualización 2015-10-14
Fecha de Publicación 2015-10-14
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador lx223
Tipo de Pago free
Sitio Web de la Extensión https://github.com/lx223/read-later
URL de la Página de Ayuda https://github.com/lx223/read-later-chrome-extension/issues
Idiomas Soportados 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"
}