Poorly Drawn Lines Viewer

View the Poorly Drawn Lines web comic conveniently.

Apa itu Poorly Drawn Lines Viewer?

Poorly Drawn Lines Viewer adalah ekstensi Chrome yang dikembangkan oleh andytu, dan fitur utamanya adalah "View the Poorly Drawn Lines web comic conveniently.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Poorly Drawn Lines Viewer

Unduh file ekstensi Poorly Drawn Lines Viewer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Poorly Drawn Lines Viewer Poorly Drawn Lines Viewer
ID bcbgodbmifmighnoommmooiaabpkiodi
URL Resmi https://chromewebstore.google.com/detail/poorly-drawn-lines-viewer/bcbgodbmifmighnoommmooiaabpkiodi
Deskripsi View the Poorly Drawn Lines web comic conveniently.
Ukuran File 58.94 KB
Jumlah Instalasi 8
Versi Saat Ini 1.0.2
Terakhir Diperbarui 2017-04-25
Tanggal Publikasi 2017-04-24
Penilaian 5.00/5 Total 1 Penilaian
Pengembang andytu
Tipe Pembayaran free
Situs Ekstensi http://poorlydrawnlines.com/
Bahasa yang Didukung 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"
    ]
}