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
官方URL 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"
    ]
}