Tweet Button

Adds Tweet Button to Toolbar

O que é Tweet Button?

Tweet Button é uma extensão do Chrome desenvolvida por foooomio, e sua principal característica é "Adds Tweet Button to Toolbar".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Tweet Button

Baixe arquivos de extensão Tweet Button 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

                        Chrome Extension that adds Tweet Button to Toolbar

This software is released under the MIT License.
https://github.com/foooomio/tweet-button-webext                    

Informações Básicas da Extensão

Nome Tweet Button Tweet Button
ID joolebahkfpcoapinfefhalfgjkpablf
URL Oficial https://chromewebstore.google.com/detail/tweet-button/joolebahkfpcoapinfefhalfgjkpablf
Descrição Adds Tweet Button to Toolbar
Tamanho do Arquivo 9.26 KB
Contagem de Instalações 165
Versão Atual 3.0.0
Última Atualização 2022-05-08
Data de Publicação 2019-01-02
Classificação 3.00/5 Total de 4 Avaliações
Desenvolvedor foooomio
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/foooomio/tweet-button-webext
URL da Página de Política de Privacidade https://foooomio.net/extensions/privacy-policy.html
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Tweet Button",
    "description": "Adds Tweet Button to Toolbar",
    "version": "3.0.0",
    "action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "24": "icons\/icon24.png",
            "32": "icons\/icon32.png",
            "48": "icons\/icon48.png",
            "64": "icons\/icon64.png",
            "128": "icons\/icon128.png"
        }
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "24": "icons\/icon24.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "64": "icons\/icon64.png",
        "128": "icons\/icon128.png"
    }
}