Simple Share

Simply share your current tab by email, to your social networks or your Shaarli!

O que é Simple Share?

Simple Share é uma extensão do Chrome desenvolvida por Nicolas Devenet, e sua principal característica é "Simply share your current tab by email, to your social networks or your Shaarli!".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Simple Share

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

                        Add a “Simple Share” button to share your current tab to your social networks (Facebook, Twitter), to a friend by email or to your Shaarli.
You can customize the extension to enable only services you want :)

Use the Omnibox for directly share the page with the keyword “share”.                    

Informações Básicas da Extensão

Nome Simple Share Simple Share
ID dpojjbgadcmbpdkmlgjcmamefmcfliem
URL Oficial https://chromewebstore.google.com/detail/simple-share/dpojjbgadcmbpdkmlgjcmamefmcfliem
Descrição Simply share your current tab by email, to your social networks or your Shaarli!
Tamanho do Arquivo 21.59 KB
Contagem de Instalações 244
Versão Atual 1.1.0
Última Atualização 2018-04-16
Data de Publicação 2018-04-16
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor Nicolas Devenet
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/Devenet/SimpleShare
URL da Página de Ajuda https://github.com/Devenet/SimpleShare/issues
Idiomas Suportados en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Simple Share",
    "short_name": "Share",
    "version": "1.1.0",
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "description": "__MSG_extension_description__",
    "browser_action": {
        "default_popup": "share.html",
        "default_icon": "images\/icon-19.png",
        "default_title": "__MSG_browser_action_title__"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "scripts\/bg.js"
        ]
    },
    "author": "Nicolas Devenet",
    "homepage_url": "https:\/\/github.com\/Devenet\/SimpleShare",
    "options_page": "options.html",
    "omnibox": {
        "keyword": "share"
    },
    "permissions": [
        "activeTab"
    ]
}