Poorly Drawn Lines Viewer

View the Poorly Drawn Lines web comic conveniently.

Qu'est-ce que Poorly Drawn Lines Viewer ?

Poorly Drawn Lines Viewer est une extension Chrome développée par andytu, et sa fonction principale est "View the Poorly Drawn Lines web comic conveniently.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Poorly Drawn Lines Viewer

Téléchargez les fichiers d'extension Poorly Drawn Lines Viewer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Poorly Drawn Lines Viewer Poorly Drawn Lines Viewer
ID bcbgodbmifmighnoommmooiaabpkiodi
URL Officiel https://chromewebstore.google.com/detail/poorly-drawn-lines-viewer/bcbgodbmifmighnoommmooiaabpkiodi
Description View the Poorly Drawn Lines web comic conveniently.
Taille du Fichier 58.94 KB
Nombre d'Installations 8
Version Actuelle 1.0.2
Dernière Mise à Jour 2017-04-25
Date de Publication 2017-04-24
Évaluation 5.00/5 Total 1 Évaluations
Développeur andytu
Type de Paiement free
Site Web de l'Extension http://poorlydrawnlines.com/
Langues Prises en Charge 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"
    ]
}