Poorly Drawn Lines Viewer

View the Poorly Drawn Lines web comic conveniently.

Co je Poorly Drawn Lines Viewer?

Poorly Drawn Lines Viewer je rozšíření Chrome vyvinuté andytu, a jeho hlavní funkcí je „View the Poorly Drawn Lines web comic conveniently.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Poorly Drawn Lines Viewer

Stáhněte si soubory rozšíření Poorly Drawn Lines Viewer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Poorly Drawn Lines Viewer Poorly Drawn Lines Viewer
ID bcbgodbmifmighnoommmooiaabpkiodi
Oficiální URL https://chromewebstore.google.com/detail/poorly-drawn-lines-viewer/bcbgodbmifmighnoommmooiaabpkiodi
Popis View the Poorly Drawn Lines web comic conveniently.
Velikost souboru 58.94 KB
Počet instalací 8
Aktuální Verze 1.0.2
Poslední Aktualizace 2017-04-25
Datum Vydání 2017-04-24
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář andytu
Typ Platby free
Webové stránky Rozšíření http://poorlydrawnlines.com/
Podporované Jazyky 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"
    ]
}