Google+ Stamina
Easy way to share things found in the Internet via Google+.
什么是Google+ Stamina?
Google+ Stamina是由Kirill Maltsev开发的Chrome扩展程序,该扩展的主要功能是“Easy way to share things found in the Internet via Google+.”。
扩展截图
下载Google+ Stamina扩展crx文件
下载Google+ Stamina扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | |
ID | kiibkjecgdofkmndehlgiklgafpagooi |
官方URL | https://chrome.google.com/webstore/detail/google+-stamina/kiibkjecgdofkmndehlgiklgafpagooi |
简介 | Easy way to share things found in the Internet via Google+. |
文件大小 | 38.94 KB |
安装次数 | 137 |
当前版本 | 0.7.3 |
更新时间 | 2012-09-22 |
上架时间 | 2012-09-22 |
评分 | 4.23/5 共13次评分 |
开发者 | Kirill Maltsev |
付费类型 | free |
扩展官网 | https://twitter.com/gplusstamina |
支持的语言 | 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" } |