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