Poorly Drawn Lines Viewer

View the Poorly Drawn Lines web comic conveniently.

Poorly Drawn Lines Viewer là gì?

Poorly Drawn Lines Viewer là một tiện ích mở rộng Chrome được phát triển bởi andytu, và tính năng chính của nó là "View the Poorly Drawn Lines web comic conveniently.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Poorly Drawn Lines Viewer

Tải xuống các tệp mở rộng Poorly Drawn Lines Viewer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Poorly Drawn Lines Viewer Poorly Drawn Lines Viewer
ID bcbgodbmifmighnoommmooiaabpkiodi
URL Chính Thức https://chromewebstore.google.com/detail/poorly-drawn-lines-viewer/bcbgodbmifmighnoommmooiaabpkiodi
Mô tả View the Poorly Drawn Lines web comic conveniently.
Kích Thước Tệp 58.94 KB
Số Lần Cài Đặt 8
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2017-04-25
Ngày Phát Hành 2017-04-24
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển andytu
Loại Thanh Toán free
Trang Web Mở Rộng http://poorlydrawnlines.com/
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}