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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    ]
}