Google+ Stamina

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

Vad är Google+ Stamina?

Google+ Stamina är en Chrome-tillägg utvecklad av Kirill Maltsev, och dess huvudfunktion är "Easy way to share things found in the Internet via Google+.".

Tilläggsskärmbilder

screenshot

Ladda ner Google+ Stamina-förlängningens CRX-fil

Ladda ner Google+ Stamina-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Google+ Stamina Google+ Stamina
ID kiibkjecgdofkmndehlgiklgafpagooi
Officiell webbadress https://chrome.google.com/webstore/detail/google+-stamina/kiibkjecgdofkmndehlgiklgafpagooi
Beskrivning Easy way to share things found in the Internet via Google+.
Filstorlek 38.94 KB
Antal Installationer 137
Aktuell Version 0.7.3
Senast Uppdaterad 2012-09-22
Publiceringsdatum 2012-09-22
Betyg 4.23/5 Totalt 13 Betyg
Utvecklare Kirill Maltsev
Betalningssätt free
Tilläggswebbplats https://twitter.com/gplusstamina
Stödda Språk 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"
}