Unclosed tabs

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

Unclosed tabs क्या है?

Unclosed tabs Michael Anx द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Some pages you want to browse later?just close the browser with the pages open,this extension will save them for you."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Unclosed tabs एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

एक्सटेंशन की मूल जानकारी

नाम Unclosed tabs Unclosed tabs
ID pnndppofhelodlbmmdicmbhnppanheca
आधिकारिक URL https://chromewebstore.google.com/detail/unclosed-tabs/pnndppofhelodlbmmdicmbhnppanheca
विवरण Some pages you want to browse later?just close the browser with the pages open,this extension will save them for you.
फ़ाइल का आकार 159 KB
स्थापना संख्या 37
वर्तमान संस्करण 0.0.4
अंतिम अपडेट 2017-09-25
प्रकाशन तिथि 2017-09-25
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Michael Anx
भुगतान के प्रकार free
समर्थित भाषाएँ 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'"
}