Twitter Share

Allows you to share text,images,content,links,pages,etc. to your twitter account

O que é Twitter Share?

Twitter Share é uma extensão do Chrome desenvolvida por owaiskazi19, e sua principal característica é "Allows you to share text,images,content,links,pages,etc. to your twitter account".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Twitter Share

Baixe arquivos de extensão Twitter Share 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

                        Now no need to open every time your twitter account,log in and then tweet anything. You can directly share any selected text,image,link or any page directly to your twitter profile with this extension.                    

Informações Básicas da Extensão

Nome Twitter Share Twitter Share
ID oocnenjpcdbjlnhcjfnbjkjlfcdlnlfn
URL Oficial https://chromewebstore.google.com/detail/twitter-share/oocnenjpcdbjlnhcjfnbjkjlfcdlnlfn
Descrição Allows you to share text,images,content,links,pages,etc. to your twitter account
Tamanho do Arquivo 12.12 KB
Contagem de Instalações 204
Versão Atual 1.0
Última Atualização 2016-02-14
Data de Publicação 2016-02-14
Classificação 1.00/5 Total de 1 Avaliações
Desenvolvedor owaiskazi19
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitter Share",
    "description": "Allows you to share text,images,content,links,pages,etc. to your twitter account",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "version": "1.0",
    "icons": {
        "64": "icon.png",
        "32": "icon.png",
        "16": "icon.png",
        "128": "icon.png"
    },
    "permissions": [
        "contextMenus"
    ]
}