Puvath Reader
Read the latest Sri Lankan News directly from your browser.
Puvath Reader क्या है?
Puvath Reader http://www.puvath.lk द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Read the latest Sri Lankan News directly from your browser."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Puvath Reader एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } } |