Puvath Reader
Read the latest Sri Lankan News directly from your browser.
Vad är Puvath Reader?
Puvath Reader är en Chrome-tillägg utvecklad av http://www.puvath.lk, och dess huvudfunktion är "Read the latest Sri Lankan News directly from your browser.".
Tilläggsskärmbilder
Ladda ner Puvath Reader-förlängningens CRX-fil
Ladda ner Puvath Reader-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | |
ID | ljmdddjjglognmjabocecnpejkjfpiii |
Officiell webbadress | https://chrome.google.com/webstore/detail/puvath-reader/ljmdddjjglognmjabocecnpejkjfpiii |
Beskrivning | Read the latest Sri Lankan News directly from your browser. |
Filstorlek | 680 KB |
Antal Installationer | 567 |
Aktuell Version | 1.2 |
Senast Uppdaterad | 2015-03-19 |
Publiceringsdatum | 2015-03-19 |
Betyg | 4.62/5 Totalt 13 Betyg |
Utvecklare | http://www.puvath.lk |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | http://www.puvath.lk |
URL till Sekretesspolicy Sidan | http://www.bhasha.lk/privacy |
Stödda Språk | 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" } } |