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+.”。

擴展截圖

screenshot

下載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.                    

擴展基本資訊

名稱 Google+ Stamina Google+ Stamina
ID kiibkjecgdofkmndehlgiklgafpagooi
官方網址 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"
}