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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}