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.”。

扩展截图

screenshot
screenshot

下载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.                    

扩展基本信息

名称 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"
        }
    }
}