ShakeToPinTab

You can pin or unpin a tab by shaking a tab.

ShakeToPinTab क्या है?

ShakeToPinTab kent.ruffle.mgj626 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "You can pin or unpin a tab by shaking a tab."।

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

screenshot
screenshot

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

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

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

                        To pin a tab, shake an unpinned tab twice (move left, right, left, right, or the reverse).
To unpin a tab, shake a pinned tab twice (move left, right, left, right, or the reverse).

The tab can be pinned only when there are 2 or more unpinned tabs. Conversely, the tab can be unpinned only when there are 2 or more pinned tabs.
I'm sorry I can't be any help when the pinned or unpinned tab is isolated.

This extension will be active just by being installed. It doesn't have an option view, a popup view etc.                    

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

नाम ShakeToPinTab ShakeToPinTab
ID dfgfdilbghaelikilhppijemonkaoepf
आधिकारिक URL https://chromewebstore.google.com/detail/shaketopintab/dfgfdilbghaelikilhppijemonkaoepf
विवरण You can pin or unpin a tab by shaking a tab.
फ़ाइल का आकार 23.95 KB
स्थापना संख्या 152
वर्तमान संस्करण 1.1
अंतिम अपडेट 2022-04-14
प्रकाशन तिथि 2020-07-26
रेटिंग 4.00/5 कुल 1 रेटिंग्स
डेवलपर kent.ruffle.mgj626
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://hp.vector.co.jp/authors/VA054317/index.html
समर्थित भाषाएँ en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "version": "1.1",
    "default_locale": "en",
    "description": "__MSG_appDescription__",
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "icons": {
        "16": "stpt_16.png",
        "32": "stpt_32.png",
        "64": "stpt_64.png",
        "128": "stpt_128.png"
    },
    "action": {
        "default_icon": {
            "16": "stpt_16.png",
            "32": "stpt_32.png",
            "64": "stpt_64.png",
            "128": "stpt_128.png"
        }
    }
}