Poorly Drawn Lines Viewer

View the Poorly Drawn Lines web comic conveniently.

什麼是Poorly Drawn Lines Viewer?

Poorly Drawn Lines Viewer是由andytu開發的Chrome擴展程式,該擴展的主要功能是“View the Poorly Drawn Lines web comic conveniently.”。

擴展截圖

screenshot
screenshot
screenshot

下載Poorly Drawn Lines Viewer擴展crx文件

下載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
官方網址 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"
    ]
}