Google+ Stamina

Easy way to share things found in the Internet via Google+.

O que é Google+ Stamina?

Google+ Stamina é uma extensão do Chrome desenvolvida por Kirill Maltsev, e sua principal característica é "Easy way to share things found in the Internet via Google+.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Google+ Stamina

Baixe arquivos de extensão Google+ Stamina 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

                        In order to share an interesting page, it’s enough to right-click on any place of the page and select „Share on Google+“.

You can post the picture you liked in the same way. In order to do this, right-click on it.

If you share a page on YouTube, then the video will appear in the feed of your posts.

The most important thing is that you do not need to go to your page of G+. Keep a blog without tearing yourself from the view.                    

Informações Básicas da Extensão

Nome Google+ Stamina Google+ Stamina
ID kiibkjecgdofkmndehlgiklgafpagooi
URL Oficial https://chrome.google.com/webstore/detail/google+-stamina/kiibkjecgdofkmndehlgiklgafpagooi
Descrição Easy way to share things found in the Internet via Google+.
Tamanho do Arquivo 38.94 KB
Contagem de Instalações 137
Versão Atual 0.7.3
Última Atualização 2012-09-22
Data de Publicação 2012-09-22
Classificação 4.23/5 Total de 13 Avaliações
Desenvolvedor Kirill Maltsev
Tipo de Pagamento free
Site da Extensão https://twitter.com/gplusstamina
Idiomas Suportados en,ru
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Google+ Stamina",
    "version": "0.7.3",
    "description": "__MSG_description__",
    "background": {
        "scripts": [
            "gplus_stamina.js"
        ]
    },
    "permissions": [
        "contextMenus",
        "tabs",
        "*:\/\/plusone.google.com\/*"
    ],
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "default_locale": "en"
}