The Scholars' Avenue Notifier
Keep up with the latest from The Scholars' Avenue.
The Scholars' Avenue Notifierคืออะไร?
The Scholars' Avenue Notifier เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://www.scholarsavenue.org และคุณลักษณะหลักของมันคือ "Keep up with the latest from The Scholars' Avenue."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย The Scholars' Avenue Notifier
ดาวน์โหลดไฟล์ส่วนขยาย The Scholars' Avenue Notifier ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | opfbgioidicadabmemolddbpniijlhok |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/the-scholars-avenue-notif/opfbgioidicadabmemolddbpniijlhok |
คำอธิบาย | Keep up with the latest from The Scholars' Avenue. |
ขนาดไฟล์ | 181 KB |
จำนวนการติดตั้ง | 36 |
เวอร์ชันปัจจุบัน | 12 |
อัปเดตครั้งล่าสุด | 2014-06-20 |
วันที่เผยแพร่ | 2014-06-20 |
คะแนน | 4.88/5 รวมทั้งหมด 16 คะแนน |
ผู้พัฒนา | http://www.scholarsavenue.org |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://www.scholarsavenue.org/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "The Scholars' Avenue Notifier", "version": "12", "manifest_version": 2, "description": "Keep up with the latest from The Scholars' Avenue.", "icons": { "48": "images\/tsa47px.png", "128": "images\/tsa128px.png" }, "browser_action": { "default_icon": { "19": "images\/tsa19px.png" }, "default_title": "The Scholars' Avenue Notifier", "default_popup": "popup.html" }, "permissions": [ "http:\/\/www.scholarsavenue.org\/feed\/", "storage" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "background": { "page": "background.html" } } |