Tweet Page

A button that lets you tweet the current page title and url.

O que é Tweet Page?

Tweet Page é uma extensão do Chrome desenvolvida por Stuart Knightley, e sua principal característica é "A button that lets you tweet the current page title and url.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Tweet Page

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

                        Adds a simple button to Chrome that when clicked sends the current tab's title and URL to twitter.com/share, where you can edit the tweet before posting.

No adware. Open source.                    

Informações Básicas da Extensão

Nome Tweet Page Tweet Page
ID eobpfipgbnimppmpmcladpjdgeobmbaf
URL Oficial https://chromewebstore.google.com/detail/tweet-page/eobpfipgbnimppmpmcladpjdgeobmbaf
Descrição A button that lets you tweet the current page title and url.
Tamanho do Arquivo 9.82 KB
Contagem de Instalações 288
Versão Atual 0.0.1
Última Atualização 2014-01-20
Data de Publicação 2014-01-20
Classificação 4.80/5 Total de 5 Avaliações
Desenvolvedor Stuart Knightley
Tipo de Pagamento free
Site da Extensão https://github.com/Stuk/tweet-page-chrome-extension
URL da Página de Ajuda https://github.com/Stuk/tweet-page-chrome-extension/issues
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tweet Page",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "A button that lets you tweet the current page title and url.",
    "homepage_url": "https:\/\/github.com\/Stuk\/tweet-page-chrome-extension",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "__MSG_tweetPage__"
    },
    "background": {
        "scripts": [
            "main.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs"
    ]
}