ShakeToPinTab

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

Wat is ShakeToPinTab?

ShakeToPinTab is een Chrome-extensie ontwikkeld door kent.ruffle.mgj626, en de belangrijkste functie is "You can pin or unpin a tab by shaking a tab.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie ShakeToPinTab

Download ShakeToPinTab-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam ShakeToPinTab ShakeToPinTab
ID dfgfdilbghaelikilhppijemonkaoepf
Officiële URL https://chromewebstore.google.com/detail/shaketopintab/dfgfdilbghaelikilhppijemonkaoepf
Beschrijving You can pin or unpin a tab by shaking a tab.
Bestandsgrootte 23.95 KB
Aantal Installaties 152
Huidige Versie 1.1
Laatst Bijgewerkt 2022-04-14
Publicatiedatum 2020-07-26
Beoordeling 4.00/5 Totaal 1 Beoordelingen
Ontwikkelaar kent.ruffle.mgj626
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://hp.vector.co.jp/authors/VA054317/index.html
Ondersteunde Talen 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"
        }
    }
}