Google+ Extreme Button

Adds Google+ to Hatena Bookmarks, Delicious, Twitter, Evernote, Facebook, Tumblr, Open the images, Download the images, Scroll Lock.

什麼是Google+ Extreme Button?

Google+ Extreme Button是由Akicansoft開發的Chrome擴展程式,該擴展的主要功能是“Adds Google+ to Hatena Bookmarks, Delicious, Twitter, Evernote, Facebook, Tumblr, Open the images, Download the images, Scroll Lock.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Google+ Extreme Button擴展crx文件

下載Google+ Extreme Button擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Adds Google+ to Hatena Bookmarks, Delicious, Twitter, Evernote, Facebook, Tumblr, Open the images, Download the images, Scroll Lock, Ripples, Reply Button.                    

擴展基本資訊

名稱 Google+ Extreme Button Google+ Extreme Button
ID niafomndbpaobebocajmnajojkilkgph
官方網址 https://chromewebstore.google.com/detail/google+-extreme-button/niafomndbpaobebocajmnajojkilkgph
簡介 Adds Google+ to Hatena Bookmarks, Delicious, Twitter, Evernote, Facebook, Tumblr, Open the images, Download the images, Scroll Lock.
檔案大小 102 KB
安裝次數 1,546
目前版本 3.3.6
更新時間 2014-02-03
上架時間 2014-02-03
評分 4.06/5 共 18 次評分
開發者 Akicansoft
付費類型 free
擴展官網 https://plus.google.com/108852287952841384832/posts
說明頁面URL https://plus.google.com/108852287952841384832/posts
支援的語言 en,ja
manifest.json
{
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "content_scripts": [
        {
            "exclude_globs": [],
            "include_globs": [
                "https:\/\/plus.google.com\/u\/*\/",
                "https:\/\/plus.google.com\/",
                "https:\/\/plus.google.com",
                "https:\/\/plus.google.com\/?hl=ja&partnerid=gplp0",
                "https:\/\/plus.google.com\/stream\/circles\/*",
                "https:\/\/plus.google.com\/communities\/*",
                "https:\/\/plus.google.com\/explore",
                "https:\/\/plus.google.com\/*\/posts",
                "https:\/\/plus.google.com\/events\/*",
                "https:\/\/plus.google.com?hl=ja",
                "https:\/\/plus.google.com\/?hl=ja",
                "https:\/\/plus.google.com\/?utm_source=*",
                "https:\/\/plus.google.com\/u\/*\/stream\/circles\/*",
                "https:\/\/plus.google.com\/stream\/circles\/*"
            ],
            "js": [
                "scripts\/gpeb.min.js"
            ],
            "matches": [
                "http:\/\/plus.google.com\/*",
                "https:\/\/plus.google.com\/*"
            ],
            "permissions": [],
            "run_at": "document_end"
        }
    ],
    "converted_from_user_script": true,
    "default_locale": "ja",
    "description": "__MSG_extensiondescription__",
    "icons": {
        "128": "images\/icon.png"
    },
    "manifest_version": 2,
    "name": "Google+ Extreme Button",
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "3.3.6",
    "web_accessible_resources": [
        "buttons\/*",
        "menubuttons\/*",
        "images\/*",
        "images\/style\/*",
        "history.txt",
        "scripts\/sizzle.min.map"
    ]
}