Google+ Stamina
Easy way to share things found in the Internet via Google+.
What is Google+ Stamina?
Google+ Stamina is a Chrome extension developed by Kirill Maltsev, and its main feature is "Easy way to share things found in the Internet via Google+.".
Extension Screenshots
Download Google+ Stamina Extension CRX File
Download Google+ Stamina extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | kiibkjecgdofkmndehlgiklgafpagooi |
Official URL | https://chrome.google.com/webstore/detail/google+-stamina/kiibkjecgdofkmndehlgiklgafpagooi |
Description | Easy way to share things found in the Internet via Google+. |
File Size | 38.94 KB |
Installation Count | 137 |
Current Version | 0.7.3 |
Last Updated | 2012-09-22 |
Publish Date | 2012-09-22 |
Rating | 4.23/5 Total 13 Ratings |
Developer | Kirill Maltsev |
Payment Type | free |
Extension Website | https://twitter.com/gplusstamina |
Supported Languages | 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" } |