Share on Twitter

Share current tab, links and selected text on Twitter.

O que é Share on Twitter?

Share on Twitter é uma extensão do Chrome desenvolvida por https://browsernative.com, e sua principal característica é "Share current tab, links and selected text on Twitter.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Share on Twitter

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

                        Use the toolbar button, keyboard shortcut (alt + t) or the context menu (right click menu) options to share current tab, links and selected text on twitter.com.

Extension by BrowserNative. Not affiliated with or created by Twitter.                    

Informações Básicas da Extensão

Nome Share on Twitter Share on Twitter
ID gkjgmeeoldebbdoehhngapnlfmdbmiie
URL Oficial https://chromewebstore.google.com/detail/share-on-twitter/gkjgmeeoldebbdoehhngapnlfmdbmiie
Descrição Share current tab, links and selected text on Twitter.
Tamanho do Arquivo 13.29 KB
Contagem de Instalações 10,000
Versão Atual 2.1.2
Última Atualização 2020-03-15
Data de Publicação 2020-03-13
Classificação 4.37/5 Total de 116 Avaliações
Desenvolvedor https://browsernative.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://browsernative.com/share-on-twitter/
URL da Página de Ajuda https://browsernative.com/share-on-twitter/
URL da Página de Política de Privacidade https://browsernative.com/extensions-privacy-policy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "static\/128.png",
        "default_title": "Share on Twitter"
    },
    "description": "Share current tab, links and selected text on Twitter.",
    "homepage_url": "https:\/\/browsernative.com\/share-on-twitter\/",
    "icons": {
        "128": "static\/128.png",
        "16": "static\/16.png",
        "32": "static\/32.png",
        "48": "static\/48.png"
    },
    "manifest_version": 2,
    "name": "Share on Twitter",
    "permissions": [
        "contextMenus",
        "activeTab"
    ],
    "version": "2.1.2",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+T"
            }
        }
    }
}