GButton
This extension opens a listing of useful google sites.
GButtonคืออะไร?
GButton เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://rajbhadra.com และคุณลักษณะหลักของมันคือ "This extension opens a listing of useful google sites."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GButton
ดาวน์โหลดไฟล์ส่วนขยาย GButton ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension makes accessing commonly used google services easier. Unlike the icon on google sites which gives you quick access to google services, this extension will be of use while on any site. It has shortcuts for google plus, google search, youtube, google maps, google play, google news, gmail, google drive and google calendar. On clicking the sites open in a new tab.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | hehofmbhkkanpebjgnbkhmbcghomkehg |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/gbutton/hehofmbhkkanpebjgnbkhmbcghomkehg |
คำอธิบาย | This extension opens a listing of useful google sites. |
ขนาดไฟล์ | 17.17 KB |
จำนวนการติดตั้ง | 23 |
เวอร์ชันปัจจุบัน | 2 |
อัปเดตครั้งล่าสุด | 2014-07-07 |
วันที่เผยแพร่ | 2014-07-07 |
คะแนน | 5.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | http://rajbhadra.com |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http:www.rajbhadra.com |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "GButton", "short_name": "Gbar", "description": "This extension opens a listing of useful google sites.", "version": "2", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "tabs" ], "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'" } |