Pin Unpin All

A button to pin or unpin all the tabs in the window.

O que é Pin Unpin All?

Pin Unpin All é uma extensão do Chrome desenvolvida por ev0lut1on, e sua principal característica é "A button to pin or unpin all the tabs in the window.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Pin Unpin All

Baixe arquivos de extensão Pin Unpin All 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

                        Click the button to pin/unpin all tabs in the current window based on the state of the active tab.

For a keyboard shortcut go to: chrome://extensions/shortcuts.

Compatible with dark and light themes.                    

Informações Básicas da Extensão

Nome Pin Unpin All Pin Unpin All
ID cpncfbofpjgdfpmdacbagkaoglmkhnne
URL Oficial https://chromewebstore.google.com/detail/pin-unpin-all/cpncfbofpjgdfpmdacbagkaoglmkhnne
Descrição A button to pin or unpin all the tabs in the window.
Tamanho do Arquivo 9.72 KB
Contagem de Instalações 3,246
Versão Atual 2.0
Última Atualização 2023-12-11
Data de Publicação 2019-10-15
Classificação 4.93/5 Total de 14 Avaliações
Desenvolvedor ev0lut1on
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://ev0lut1on.com
URL da Página de Ajuda https://ev0lut1on.com
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Pin Unpin All",
    "version": "2.0",
    "action": [],
    "description": "A button to pin or unpin all the tabs in the window.",
    "icons": {
        "16": "Pin16.png",
        "24": "Pin24.png",
        "32": "Pin32.png",
        "48": "Pin48.png",
        "128": "Pin128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "short_name": "Pin Unpin All"
}