Click n' Tweet

Tweet in one click within Chrome

O que é Click n' Tweet?

Click n' Tweet é uma extensão do Chrome desenvolvida por Denis Ciccale, e sua principal característica é "Tweet in one click within Chrome".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Click n' Tweet

Baixe arquivos de extensão Click n' Tweet 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

                        Really simple and fast way of tweeting within Chrome.

- Tweet anything you want.
- Tweet to share the current page (default).

Features:
- The tweet window will automatically close after tweeting.
- No need to add permissions to twitter.                    

Informações Básicas da Extensão

Nome Click n' Tweet Click n' Tweet
ID gdepkkciedfadghaigjanfkcdedenpbh
URL Oficial https://chromewebstore.google.com/detail/click-n-tweet/gdepkkciedfadghaigjanfkcdedenpbh
Descrição Tweet in one click within Chrome
Tamanho do Arquivo 305 KB
Contagem de Instalações 301
Versão Atual 1.4.7
Última Atualização 2013-08-25
Data de Publicação 2013-08-25
Classificação 4.85/5 Total de 13 Avaliações
Desenvolvedor Denis Ciccale
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Click n' Tweet",
    "description": "Tweet in one click within Chrome",
    "version": "1.4.7",
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_icon": "icons\/icon48.png",
        "default_title": "Tweet!"
    },
    "background": {
        "scripts": [
            "clickntweet.js"
        ]
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}