Gpp
A set of small improvements for G+
Gppคืออะไร?
Gpp เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Swader และคุณลักษณะหลักของมันคือ "A set of small improvements for G+"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Gpp
ดาวน์โหลดไฟล์ส่วนขยาย Gpp ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A set of small upgrades for G+. 1. Ability to click on the "Loading" or "There was a problem completing this request" message to discard it. 2. ... more coming soon, depending on demand.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Gpp |
ID | mcocbfhfjbhhhoglgjhogcablmnbpanp |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/gpp/mcocbfhfjbhhhoglgjhogcablmnbpanp |
คำอธิบาย | A set of small improvements for G+ |
ขนาดไฟล์ | 51.54 KB |
จำนวนการติดตั้ง | 25 |
เวอร์ชันปัจจุบัน | 0.0.0.1 |
อัปเดตครั้งล่าสุด | 2013-07-29 |
วันที่เผยแพร่ | 2013-07-29 |
ผู้พัฒนา | Swader |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Gpp", "version": "0.0.0.1", "manifest_version": 2, "description": "A set of small improvements for G+", "background": { "page": "background.html" }, "content_scripts": [ { "matches": [ "https:\/\/plus.google.com\/*" ], "js": [ "lib\/jquery-1.8.3.min.js", "scripts\/main.js" ], "run_at": "document_idle" } ], "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" } } |