ShakeToPinTab

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

Qu'est-ce que ShakeToPinTab ?

ShakeToPinTab est une extension Chrome développée par kent.ruffle.mgj626, et sa fonction principale est "You can pin or unpin a tab by shaking a tab.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension ShakeToPinTab

Téléchargez les fichiers d'extension ShakeToPinTab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom ShakeToPinTab ShakeToPinTab
ID dfgfdilbghaelikilhppijemonkaoepf
URL Officiel https://chromewebstore.google.com/detail/shaketopintab/dfgfdilbghaelikilhppijemonkaoepf
Description You can pin or unpin a tab by shaking a tab.
Taille du Fichier 23.95 KB
Nombre d'Installations 152
Version Actuelle 1.1
Dernière Mise à Jour 2022-04-14
Date de Publication 2020-07-26
Évaluation 4.00/5 Total 1 Évaluations
Développeur kent.ruffle.mgj626
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://hp.vector.co.jp/authors/VA054317/index.html
Langues Prises en Charge 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"
        }
    }
}