Just Tweet Button
Just tweet browsing site, without any other features
O que é Just Tweet Button?
Just Tweet Button é uma extensão do Chrome desenvolvida por KaoriYa, e sua principal característica é "Just tweet browsing site, without any other features".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Just Tweet Button
Baixe arquivos de extensão Just 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
Very very very simple tweet button. Just tweet current site title and URL. No other features like the count. You cat get whole source codes from here: https://github.com/koron/JustTweet Changes in 1.1: * Add "tabs" permission to work with new version of Chrome. * Change prefix for page title as "»". (it will be configurable in future version)
Informações Básicas da Extensão
Nome | Just Tweet Button |
ID | feikojefkpembojkeegfajbbfecocddd |
URL Oficial | https://chromewebstore.google.com/detail/just-tweet-button/feikojefkpembojkeegfajbbfecocddd |
Descrição | Just tweet browsing site, without any other features |
Tamanho do Arquivo | 10.92 KB |
Contagem de Instalações | 7,645 |
Versão Atual | 1.1 |
Última Atualização | 2017-06-10 |
Data de Publicação | 2017-06-09 |
Classificação | 4.40/5 Total de 42 Avaliações |
Desenvolvedor | KaoriYa |
Tipo de Pagamento | free |
Idiomas Suportados | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "version": "1.1", "default_locale": "en", "description": "__MSG_extDesc__", "icons": { "16": "icon_16.png", "128": "icon_128.png" }, "browser_action": { "default_icon": "icon_16.png", "default_title": "__MSG_buttonTip__" }, "background": { "persistent": false, "scripts": [ "background.js" ] }, "permissions": [ "tabs" ] } |