Puvath Reader
Read the latest Sri Lankan News directly from your browser.
Puvath Reader là gì?
Puvath Reader là một tiện ích mở rộng Chrome được phát triển bởi http://www.puvath.lk, và tính năng chính của nó là "Read the latest Sri Lankan News directly from your browser.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Puvath Reader
Tải xuống các tệp mở rộng Puvath Reader dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ljmdddjjglognmjabocecnpejkjfpiii |
URL Chính Thức | https://chrome.google.com/webstore/detail/puvath-reader/ljmdddjjglognmjabocecnpejkjfpiii |
Mô tả | Read the latest Sri Lankan News directly from your browser. |
Kích Thước Tệp | 680 KB |
Số Lần Cài Đặt | 567 |
Phiên Bản Hiện Tại | 1.2 |
Cập Nhật Lần Cuối | 2015-03-19 |
Ngày Phát Hành | 2015-03-19 |
Đánh Giá | 4.62/5 Tổng số 13 Đánh Giá |
Nhà Phát Triển | http://www.puvath.lk |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.puvath.lk |
URL Trang Chính Sách Bảo Mật | http://www.bhasha.lk/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |