Pinned means Pinned!

Prevents closing of pinned tab.

Pinned means Pinned! क्या है?

Pinned means Pinned! blueCmd द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Prevents closing of pinned tab."।

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

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

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

                        When a pinned tab is closed an identical tab is opened and replaces the current tab.

Source: https://github.com/bluecmd/pinned-means-pinned
Based on: https://github.com/cassiozen/Keep-my-Pinned-Tab                    

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

नाम Pinned means Pinned! Pinned means Pinned!
ID pimlphlelaemjpnjibaacbcgfmccookn
आधिकारिक URL https://chrome.google.com/webstore/detail/pinned-means-pinned/pimlphlelaemjpnjibaacbcgfmccookn
विवरण Prevents closing of pinned tab.
फ़ाइल का आकार 14.04 KB
स्थापना संख्या 207
वर्तमान संस्करण 1.1
अंतिम अपडेट 2015-04-28
प्रकाशन तिथि 2015-04-28
रेटिंग 4.90/5 कुल 10 रेटिंग्स
डेवलपर blueCmd
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pinned means Pinned!",
    "version": "1.1",
    "manifest_version": 2,
    "description": "Prevents closing of pinned tab.",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "bg\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "tabs"
    ]
}