Tweet The Page

Tweet the current page from the address bar

O que é Tweet The Page?

Tweet The Page é uma extensão do Chrome desenvolvida por Tiny Web Apps, e sua principal característica é "Tweet the current page from the address bar".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Tweet The Page

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

                        Quickly share the page you're browsing on Twitter, right from the address bar (omnibox). When you click the icon in the address bar, a new tab will open with the tweet prepared for you. You can then edit it or send straight away.

Version 2.0.0 - Sharing panel opens in separate window.                    

Informações Básicas da Extensão

Nome Tweet The Page Tweet The Page
ID clddnmnohefheaijfieeahbglfdencoe
URL Oficial https://chromewebstore.google.com/detail/tweet-the-page/clddnmnohefheaijfieeahbglfdencoe
Descrição Tweet the current page from the address bar
Tamanho do Arquivo 689 KB
Contagem de Instalações 58
Versão Atual 2.0.0
Última Atualização 2015-04-24
Data de Publicação 2015-04-24
Classificação 2.33/5 Total de 3 Avaliações
Desenvolvedor Tiny Web Apps
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tweet The Page",
    "version": "2.0.0",
    "author": "Tiny Web Apps",
    "description": "Tweet the current page from the address bar",
    "icons": {
        "16": "img\/icon-x16.png",
        "48": "img\/icon-x48.png",
        "128": "img\/icon-x128.png"
    },
    "permissions": [
        "tabs"
    ],
    "page_action": {
        "default_icon": {
            "19": "img\/icon-x19.png",
            "38": "img\/icon-x38.png"
        },
        "default_title": "Tweet this Page"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "js\/background.js"
        ]
    }
}