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