Google+ Stamina
Easy way to share things found in the Internet via Google+.
Wat is Google+ Stamina?
Google+ Stamina is een Chrome-extensie ontwikkeld door Kirill Maltsev, en de belangrijkste functie is "Easy way to share things found in the Internet via Google+.".
Extensie Screenshots
Download het CRX-bestand van de extensie Google+ Stamina
Download Google+ Stamina-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | kiibkjecgdofkmndehlgiklgafpagooi |
Officiële URL | https://chrome.google.com/webstore/detail/google+-stamina/kiibkjecgdofkmndehlgiklgafpagooi |
Beschrijving | Easy way to share things found in the Internet via Google+. |
Bestandsgrootte | 38.94 KB |
Aantal Installaties | 137 |
Huidige Versie | 0.7.3 |
Laatst Bijgewerkt | 2012-09-22 |
Publicatiedatum | 2012-09-22 |
Beoordeling | 4.23/5 Totaal 13 Beoordelingen |
Ontwikkelaar | Kirill Maltsev |
Betalingswijze | free |
Extensiewebsite | https://twitter.com/gplusstamina |
Ondersteunde Talen | 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" } |