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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Akicansoft และคุณลักษณะหลักของมันคือ "Adds Google+ to Hatena Bookmarks, Delicious, Twitter, Evernote, Facebook, Tumblr, Open the images, Download the images, Scroll Lock."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Google+ Extreme Button

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}