TabPinner

TabPinner will be useful if you use pinned tabs and from time to time somehow lose them.

TabPinner क्या है?

TabPinner Roman Borovets द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "TabPinner will be useful if you use pinned tabs and from time to time somehow lose them."।

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

screenshot

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

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

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

                        Do you use pinned tabs? If you have a list of links that you would like to always have in the pinned, then this is an extension for you.
Often it happens that all pinned tabs disappear. It is an incredible pain to remember all your links and pinn them again.
With TabPinner you can store all your links in it and if your pinned tabs has been lost, you can easily restore them with one click.

Design by Max Terry. Code by Roman Borovets.                    

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

नाम TabPinner TabPinner
ID gbofjbbefpmmbpefchidpcpnhannddmi
आधिकारिक URL https://chromewebstore.google.com/detail/tabpinner/gbofjbbefpmmbpefchidpcpnhannddmi
विवरण TabPinner will be useful if you use pinned tabs and from time to time somehow lose them.
फ़ाइल का आकार 30.65 KB
स्थापना संख्या 33
वर्तमान संस्करण 0.0.4
अंतिम अपडेट 2019-04-23
प्रकाशन तिथि 2019-04-23
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर Roman Borovets
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TabPinner",
    "short_name": "TabPinner",
    "version": "0.0.4",
    "manifest_version": 2,
    "description": "TabPinner will be useful if you use pinned tabs and from time to time somehow lose them.",
    "homepage_url": "https:\/\/romanborovets.dev\/app\/tabpinner",
    "icons": {
        "16": "icons\/icon16_t.png",
        "48": "icons\/icon48_t.png",
        "128": "icons\/icon128_t.png"
    },
    "default_locale": "en",
    "background": {
        "page": "src\/bg\/background.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icons\/icon19_t.png",
        "default_title": "TabPinner",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "permissions": [
        "storage",
        "tabs"
    ]
}