Pin Tab

A browser action to pin a tab

Pin Tab क्या है?

Pin Tab hal313 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A browser action to pin a tab"।

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

screenshot

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

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

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

                        A plugin to automatically pin tabs based on URL. Provides the ability to create multiple rules, disable rules and specify where the pinned tab should go.

Now supports automatic moving of unpinned tabs to the far right as well as pinning new tabs or tabs opened via "Open link in new tab".                    

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

नाम Pin Tab Pin Tab
ID dgldedkigbbalaioohedddpameekglma
आधिकारिक URL https://chromewebstore.google.com/detail/pin-tab/dgldedkigbbalaioohedddpameekglma
विवरण A browser action to pin a tab
फ़ाइल का आकार 172 KB
स्थापना संख्या 8,789
वर्तमान संस्करण 1.3.3
अंतिम अपडेट 2019-04-26
प्रकाशन तिथि 2019-04-25
रेटिंग 4.52/5 कुल 60 रेटिंग्स
डेवलपर hal313
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.3.3",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16x16.png",
        "48": "images\/icon-48x48.png",
        "128": "images\/icon-128x128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_title": "Pin!",
        "default_icon": "images\/icon-48x48.png"
    },
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "storage"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'"
}