Gospel Prime
Gospel Prime Notifier
Gospel Primeคืออะไร?
Gospel Prime เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Gospel Prime และคุณลักษณะหลักของมันคือ "Gospel Prime Notifier"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Gospel Prime
ดาวน์โหลดไฟล์ส่วนขยาย Gospel Prime ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A melhor maneira de se manter informado e conectado com o mundo Gospel. Além de avisar sobre novos artigos, esta extensão permite compartilhar diretamente do seu navegador no seu perfil do Facebook, Twitter ou Google+
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | cebakbemilapbbdabdpeajmfdnfpjljm |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/gospel-prime/cebakbemilapbbdabdpeajmfdnfpjljm |
คำอธิบาย | Gospel Prime Notifier |
ขนาดไฟล์ | 1.91 MB |
จำนวนการติดตั้ง | 22 |
เวอร์ชันปัจจุบัน | 28 |
อัปเดตครั้งล่าสุด | 2013-09-25 |
วันที่เผยแพร่ | 2013-09-25 |
คะแนน | 4.75/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | Gospel Prime |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://www.gospelprime.com.br/ |
ภาษาที่รองรับ | pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Gospel Prime", "description": "Gospel Prime Notifier", "version": "28", "manifest_version": 2, "browser_action": { "default_title": "Gospel Prime", "default_icon": "icon.png", "default_popup": "index.html" }, "background": { "scripts": [ "js\/jquery.min.js", "background.js" ] }, "icons": { "128": "logo_128.png", "48": "logo_48.png" }, "permissions": [ "http:\/\/*.feedburner.com\/*", "https:\/\/*.googleapis.com\/*", "https:\/\/ajax.googleapis.com\/*", "alarms" ], "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com\/; object-src 'self'" } |