ShakeToPinTab
You can pin or unpin a tab by shaking a tab.
ShakeToPinTabとは何ですか?
ShakeToPinTabはkent.ruffle.mgj626によって開発されたChromeの拡張機能で、その主な機能は「You can pin or unpin a tab by shaking a tab.」です。
拡張機能のスクリーンショット
ShakeToPinTab拡張機能のCRXファイルをダウンロード
ShakeToPinTab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        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.                     拡張機能の基本情報
| 名前 |   |  
| 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 | 
| Eメール | [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"
        }
    }
}  |  |