Unclosed tabs

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

What is Unclosed tabs?

Unclosed tabs is a Chrome extension developed by Michael Anx, and its main feature is "Some pages you want to browse later?just close the browser with the pages open,this extension will save them for you.".

Extension Screenshots

screenshot

Download Unclosed tabs Extension CRX File

Download Unclosed tabs extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Unclosed tabs Unclosed tabs
ID pnndppofhelodlbmmdicmbhnppanheca
Official URL https://chromewebstore.google.com/detail/unclosed-tabs/pnndppofhelodlbmmdicmbhnppanheca
Description Some pages you want to browse later?just close the browser with the pages open,this extension will save them for you.
File Size 159 KB
Installation Count 37
Current Version 0.0.4
Last Updated 2017-09-25
Publish Date 2017-09-25
Rating 5.00/5 Total 1 Ratings
Developer Michael Anx
Payment Type free
Supported Languages 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'"
}