Poorly Drawn Lines Viewer
View the Poorly Drawn Lines web comic conveniently.
What is Poorly Drawn Lines Viewer?
Poorly Drawn Lines Viewer is a Chrome extension developed by andytu, and its main feature is "View the Poorly Drawn Lines web comic conveniently.".
Extension Screenshots
Download Poorly Drawn Lines Viewer Extension CRX File
Download Poorly Drawn Lines Viewer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Poorly Drawn Lines Viewer |
ID | bcbgodbmifmighnoommmooiaabpkiodi |
Official URL | https://chromewebstore.google.com/detail/poorly-drawn-lines-viewer/bcbgodbmifmighnoommmooiaabpkiodi |
Description | View the Poorly Drawn Lines web comic conveniently. |
File Size | 58.94 KB |
Installation Count | 8 |
Current Version | 1.0.2 |
Last Updated | 2017-04-25 |
Publish Date | 2017-04-24 |
Rating | 5.00/5 Total 1 Ratings |
Developer | andytu |
Payment Type | free |
Extension Website | http://poorlydrawnlines.com/ |
Supported Languages | 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" ] } |