Unclosed tabs

Some pages you want to browse later?just close the browser with the pages open,this extension will save them for you.

¿Qué es Unclosed tabs?

Unclosed tabs es una extensión de Chrome desarrollada por Michael Anx, y su función principal es "Some pages you want to browse later?just close the browser with the pages open,this extension will save them for you.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Unclosed tabs

Descarga archivos de extensión Unclosed tabs 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

                        Some pages you want to browse later?just close the browser with the pages open,this extension will save them for you.                    

Información Básica de la Extensión

Nombre Unclosed tabs Unclosed tabs
ID pnndppofhelodlbmmdicmbhnppanheca
URL Oficial https://chromewebstore.google.com/detail/unclosed-tabs/pnndppofhelodlbmmdicmbhnppanheca
Descripción Some pages you want to browse later?just close the browser with the pages open,this extension will save them for you.
Tamaño del Archivo 159 KB
Cantidad de Instalaciones 37
Versión Actual 0.0.4
Última Actualización 2017-09-25
Fecha de Publicación 2017-09-25
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador Michael Anx
Tipo de Pago free
Idiomas Soportados en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "version": "0.0.4",
    "default_locale": "en",
    "description": "__MSG_extDiscrption__",
    "background": {
        "page": "background.html"
    },
    "icons": {
        "48": "icon.png",
        "128": "icon-128.png"
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "__MSG_extName__"
    },
    "permissions": [
        "tabs",
        "unlimitedStorage",
        "chrome:\/\/favicon\/",
        "webNavigation",
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "background"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/content.js",
                "js\/init.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "js": [
                "js\/support\/ext.js",
                "js\/support\/support.js"
            ],
            "run_at": "document_start",
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true,
            "exclude_globs": []
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}