Google+ Stamina
Easy way to share things found in the Internet via Google+.
Cos'è Google+ Stamina?
Google+ Stamina è un'estensione di Chrome sviluppata da Kirill Maltsev, e la sua funzione principale è "Easy way to share things found in the Internet via Google+.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Google+ Stamina
Scarica i file di estensione Google+ Stamina in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | kiibkjecgdofkmndehlgiklgafpagooi |
URL Ufficiale | https://chrome.google.com/webstore/detail/google+-stamina/kiibkjecgdofkmndehlgiklgafpagooi |
Descrizione | Easy way to share things found in the Internet via Google+. |
Dimensione del File | 38.94 KB |
Conteggio Installazioni | 137 |
Versione Corrente | 0.7.3 |
Ultimo Aggiornamento | 2012-09-22 |
Data di Pubblicazione | 2012-09-22 |
Valutazione | 4.23/5 Totale 13 Valutazioni |
Sviluppatore | Kirill Maltsev |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://twitter.com/gplusstamina |
Lingue Supportate | 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" } |