Mute Button for Google+
One-click mute buttons for posts on Google+ (Google Plus)
Mute Button for Google+คืออะไร?
Mute Button for Google+ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jerome Dane และคุณลักษณะหลักของมันคือ "One-click mute buttons for posts on Google+ (Google Plus)"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Mute Button for Google+
ดาวน์โหลดไฟล์ส่วนขยาย Mute Button for Google+ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Puts mute buttons into posts on Google+ so you can easily mute posts with a single click. Like this? You could buy me a cop of coffee: http://goo.gl/g8ckz Follow Jerome Dane for updates: Google - http://goo.gl/brcnw Facebook - http://goo.gl/OwKIG Twitter - http://goo.gl/UTh0W
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ijkhodmcbfefibhmlngmdnfhhmcnmljd |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/mute-button-for-google+/ijkhodmcbfefibhmlngmdnfhhmcnmljd |
คำอธิบาย | One-click mute buttons for posts on Google+ (Google Plus) |
ขนาดไฟล์ | 97.19 KB |
จำนวนการติดตั้ง | 119 |
เวอร์ชันปัจจุบัน | 0.0.3 |
อัปเดตครั้งล่าสุด | 2012-11-29 |
วันที่เผยแพร่ | 2012-11-29 |
คะแนน | 4.13/5 รวมทั้งหมด 8 คะแนน |
ผู้พัฒนา | Jerome Dane |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/JeromeDane/Google-Plus-Mute-Button |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Mute Button for Google+", "description": "One-click mute buttons for posts on Google+ (Google Plus)", "version": "0.0.3", "options_page": "options.html", "permissions": [ "http:\/\/plus.google.com\/*", "https:\/\/plus.google.com\/*" ], "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "content_scripts": [ { "js": [ "includes\/jquery.js", "includes\/userscript.user.js" ], "matches": [ "http:\/\/plus.google.com\/*", "https:\/\/plus.google.com\/*" ], "run_at": "document_end" } ] } |