Puvath Reader
Read the latest Sri Lankan News directly from your browser.
Puvath Readerคืออะไร?
Puvath Reader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://www.puvath.lk และคุณลักษณะหลักของมันคือ "Read the latest Sri Lankan News directly from your browser."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Puvath Reader
ดาวน์โหลดไฟล์ส่วนขยาย Puvath Reader ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Keep up to date with the latest Sri Lankan news. No need to visit thousands of news sites to read news anymore. Gossip news, Political news, Sports news all in one place. Sri Lanka's First ever News Addon by Puvath.lk. http://www.puvath.lk
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ljmdddjjglognmjabocecnpejkjfpiii |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/puvath-reader/ljmdddjjglognmjabocecnpejkjfpiii |
คำอธิบาย | Read the latest Sri Lankan News directly from your browser. |
ขนาดไฟล์ | 680 KB |
จำนวนการติดตั้ง | 567 |
เวอร์ชันปัจจุบัน | 1.2 |
อัปเดตครั้งล่าสุด | 2015-03-19 |
วันที่เผยแพร่ | 2015-03-19 |
คะแนน | 4.62/5 รวมทั้งหมด 13 คะแนน |
ผู้พัฒนา | http://www.puvath.lk |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://www.puvath.lk |
URL หน้านโยบายความเป็นส่วนตัว | http://www.bhasha.lk/privacy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Puvath Reader", "short_name": "Puvath Reader", "version": "1.2", "description": "Read the latest Sri Lankan News directly from your browser.", "icons": { "16": "images\/16.png", "48": "images\/48.png", "128": "images\/128.png" }, "homepage_url": "http:\/\/puvath.lk\/", "background": { "page": "background.html" }, "permissions": [ "http:\/\/puvath.lk\/*", "storage", "notifications" ], "browser_action": { "default_icon": "images\/icon.png", "default_title": "Puvath Reader", "default_popup": "popup.html" } } |