ShakeToPinTab

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

O que é ShakeToPinTab?

ShakeToPinTab é uma extensão do Chrome desenvolvida por kent.ruffle.mgj626, e sua principal característica é "You can pin or unpin a tab by shaking a tab.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão ShakeToPinTab

Baixe arquivos de extensão ShakeToPinTab no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome ShakeToPinTab ShakeToPinTab
ID dfgfdilbghaelikilhppijemonkaoepf
URL Oficial https://chromewebstore.google.com/detail/shaketopintab/dfgfdilbghaelikilhppijemonkaoepf
Descrição You can pin or unpin a tab by shaking a tab.
Tamanho do Arquivo 23.95 KB
Contagem de Instalações 152
Versão Atual 1.1
Última Atualização 2022-04-14
Data de Publicação 2020-07-26
Classificação 4.00/5 Total de 1 Avaliações
Desenvolvedor kent.ruffle.mgj626
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://hp.vector.co.jp/authors/VA054317/index.html
Idiomas Suportados 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"
        }
    }
}