Poorly Drawn Lines Viewer
View the Poorly Drawn Lines web comic conveniently.
Co to jest Poorly Drawn Lines Viewer?
Poorly Drawn Lines Viewer to rozszerzenie Chrome opracowane przez andytu, a jego główną funkcją jest „View the Poorly Drawn Lines web comic conveniently.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Poorly Drawn Lines Viewer
Pobierz pliki rozszerzeń Poorly Drawn Lines Viewer 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
Read the web comic Poorly Drawn Lines directly on Chrome! Features: - Beautiful, clean interface for reading comics - Navigate and search by number for any comic - Access your recently browsed comics Feel free to report bugs or submit suggestions in the "Support" tab above. All comics and related artwork belong to Reza Farazmand, of poorlydrawnlines.com
Podstawowe informacje o rozszerzeniu
Nazwa | Poorly Drawn Lines Viewer |
ID | bcbgodbmifmighnoommmooiaabpkiodi |
Oficjalny URL | https://chromewebstore.google.com/detail/poorly-drawn-lines-viewer/bcbgodbmifmighnoommmooiaabpkiodi |
Opis | View the Poorly Drawn Lines web comic conveniently. |
Rozmiar pliku | 58.94 KB |
Liczba instalacji | 8 |
Aktualna Wersja | 1.0.2 |
Ostatnia Aktualizacja | 2017-04-25 |
Data Publikacji | 2017-04-24 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | andytu |
Typ Płatności | free |
Strona Rozszerzenia | http://poorlydrawnlines.com/ |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "author": "Andy Tu", "name": "Poorly Drawn Lines Viewer", "short_name": "pdl-comics", "description": "View the Poorly Drawn Lines web comic conveniently.", "version": "1.0.2", "icons": { "128": "assets\/pdl_128.png" }, "browser_action": { "default_icon": "assets\/pdl_128.png", "default_popup": "bin\/index.html", "default_name": "View Poorly Drawn Lines" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "permissions": [ "*:\/\/*.poorlydrawnlines.com\/*", "storage" ] } |