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