Poorly Drawn Lines Viewer
View the Poorly Drawn Lines web comic conveniently.
Cos'è Poorly Drawn Lines Viewer?
Poorly Drawn Lines Viewer è un'estensione di Chrome sviluppata da andytu, e la sua funzione principale è "View the Poorly Drawn Lines web comic conveniently.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Poorly Drawn Lines Viewer
Scarica i file di estensione Poorly Drawn Lines Viewer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Poorly Drawn Lines Viewer |
ID | bcbgodbmifmighnoommmooiaabpkiodi |
URL Ufficiale | https://chromewebstore.google.com/detail/poorly-drawn-lines-viewer/bcbgodbmifmighnoommmooiaabpkiodi |
Descrizione | View the Poorly Drawn Lines web comic conveniently. |
Dimensione del File | 58.94 KB |
Conteggio Installazioni | 8 |
Versione Corrente | 1.0.2 |
Ultimo Aggiornamento | 2017-04-25 |
Data di Pubblicazione | 2017-04-24 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | andytu |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://poorlydrawnlines.com/ |
Lingue Supportate | 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" ] } |