Poorly Drawn Lines Viewer

View the Poorly Drawn Lines web comic conveniently.

Wat is Poorly Drawn Lines Viewer?

Poorly Drawn Lines Viewer is een Chrome-extensie ontwikkeld door andytu, en de belangrijkste functie is "View the Poorly Drawn Lines web comic conveniently.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Poorly Drawn Lines Viewer

Download Poorly Drawn Lines Viewer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Poorly Drawn Lines Viewer Poorly Drawn Lines Viewer
ID bcbgodbmifmighnoommmooiaabpkiodi
Officiële URL https://chromewebstore.google.com/detail/poorly-drawn-lines-viewer/bcbgodbmifmighnoommmooiaabpkiodi
Beschrijving View the Poorly Drawn Lines web comic conveniently.
Bestandsgrootte 58.94 KB
Aantal Installaties 8
Huidige Versie 1.0.2
Laatst Bijgewerkt 2017-04-25
Publicatiedatum 2017-04-24
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar andytu
Betalingswijze free
Extensiewebsite http://poorlydrawnlines.com/
Ondersteunde Talen 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"
    ]
}