Poorly Drawn Lines Viewer
View the Poorly Drawn Lines web comic conveniently.
Was ist Poorly Drawn Lines Viewer?
Poorly Drawn Lines Viewer ist eine Chrome-Erweiterung, die von andytu entwickelt wurde, und ihr Hauptmerkmal ist "View the Poorly Drawn Lines web comic conveniently.".
Erweiterungsscreenshots
Poorly Drawn Lines Viewer-Erweiterungs-CRX-Datei herunterladen
Laden Sie Poorly Drawn Lines Viewer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Poorly Drawn Lines Viewer |
ID | bcbgodbmifmighnoommmooiaabpkiodi |
Offizielle URL | https://chromewebstore.google.com/detail/poorly-drawn-lines-viewer/bcbgodbmifmighnoommmooiaabpkiodi |
Beschreibung | View the Poorly Drawn Lines web comic conveniently. |
Dateigröße | 58.94 KB |
Installationsanzahl | 8 |
Aktuelle Version | 1.0.2 |
Letztes Update | 2017-04-25 |
Veröffentlichungsdatum | 2017-04-24 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | andytu |
Zahlungsart | free |
Erweiterungswebsite | http://poorlydrawnlines.com/ |
Unterstützte Sprachen | 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" ] } |