Forever pinned

Allows you to open a set of pinned tabs when chrome starts up

Forever pinned क्या है?

Forever pinned scottw.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Allows you to open a set of pinned tabs when chrome starts up"।

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

screenshot

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

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

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

                        Forever pinned allows you to define a list pinned tabs which will be created and pinned at startup. If you rely on pinned tabs you probably will have noticed that sometimes they can accidentally get closed while using Chrome, with Forever pinned this is no longer an issue.

• Open a list of pinned tabs on startup
• Option to reopen pinned tabs when a new window is create
• Remove any duplicate tabs created while using multiple windows                    

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

नाम Forever pinned Forever pinned
ID nigigpmchbpkjjgncmpiggfnikllldlh
आधिकारिक URL https://chromewebstore.google.com/detail/forever-pinned/nigigpmchbpkjjgncmpiggfnikllldlh
विवरण Allows you to open a set of pinned tabs when chrome starts up
फ़ाइल का आकार 311 KB
स्थापना संख्या 8,711
वर्तमान संस्करण 0.29
अंतिम अपडेट 2019-02-02
प्रकाशन तिथि 2019-02-02
रेटिंग 3.92/5 कुल 38 रेटिंग्स
डेवलपर scottw.io
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.scottw.io
समर्थित भाषाएँ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Forever pinned",
    "permissions": [
        "storage",
        "tabs"
    ],
    "background": {
        "scripts": [
            "js\/q.js",
            "js\/lodash.js",
            "js\/startup.js"
        ]
    },
    "options_page": "options.html",
    "description": "Allows you to open a set of pinned tabs when chrome starts up",
    "version": "0.29",
    "browser_action": {
        "default_title": "Click to get restore Pinned Tabs!"
    }
}