Poorly Drawn Lines Viewer

View the Poorly Drawn Lines web comic conveniently.

Τι είναι το Poorly Drawn Lines Viewer;

Το Poorly Drawn Lines Viewer είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον andytu, και η κύρια λειτουργία του είναι "View the Poorly Drawn Lines web comic conveniently.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Poorly Drawn Lines Viewer

Λήψη αρχείων επέκτασης Poorly Drawn Lines Viewer σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Poorly Drawn Lines Viewer Poorly Drawn Lines Viewer
ID bcbgodbmifmighnoommmooiaabpkiodi
Επίσημο URL https://chromewebstore.google.com/detail/poorly-drawn-lines-viewer/bcbgodbmifmighnoommmooiaabpkiodi
Περιγραφή View the Poorly Drawn Lines web comic conveniently.
Μέγεθος Αρχείου 58.94 KB
Αριθμός Εγκαταστάσεων 8
Τρέχουσα Έκδοση 1.0.2
Τελευταία Ενημέρωση 2017-04-25
Ημερομηνία Δημοσίευσης 2017-04-24
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής andytu
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://poorlydrawnlines.com/
Υποστηριζόμενες Γλώσσες 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"
    ]
}