Puvath Reader
Read the latest Sri Lankan News directly from your browser.
Co to jest Puvath Reader?
Puvath Reader to rozszerzenie Chrome opracowane przez http://www.puvath.lk, a jego główną funkcją jest „Read the latest Sri Lankan News directly from your browser.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Puvath Reader
Pobierz pliki rozszerzeń Puvath Reader w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | ljmdddjjglognmjabocecnpejkjfpiii |
Oficjalny URL | https://chrome.google.com/webstore/detail/puvath-reader/ljmdddjjglognmjabocecnpejkjfpiii |
Opis | Read the latest Sri Lankan News directly from your browser. |
Rozmiar pliku | 680 KB |
Liczba instalacji | 567 |
Aktualna Wersja | 1.2 |
Ostatnia Aktualizacja | 2015-03-19 |
Data Publikacji | 2015-03-19 |
Ocena | 4.62/5 Łącznie 13 Oceny |
Deweloper | http://www.puvath.lk |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | http://www.puvath.lk |
Adres URL Strony Polityki Prywatności | http://www.bhasha.lk/privacy |
Obsługiwane Języki | 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" } } |