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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    ]
}