Poorly Drawn Lines Viewer

View the Poorly Drawn Lines web comic conveniently.

O que é Poorly Drawn Lines Viewer?

Poorly Drawn Lines Viewer é uma extensão do Chrome desenvolvida por andytu, e sua principal característica é "View the Poorly Drawn Lines web comic conveniently.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Poorly Drawn Lines Viewer

Baixe arquivos de extensão Poorly Drawn Lines Viewer no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Poorly Drawn Lines Viewer Poorly Drawn Lines Viewer
ID bcbgodbmifmighnoommmooiaabpkiodi
URL Oficial https://chromewebstore.google.com/detail/poorly-drawn-lines-viewer/bcbgodbmifmighnoommmooiaabpkiodi
Descrição View the Poorly Drawn Lines web comic conveniently.
Tamanho do Arquivo 58.94 KB
Contagem de Instalações 8
Versão Atual 1.0.2
Última Atualização 2017-04-25
Data de Publicação 2017-04-24
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor andytu
Tipo de Pagamento free
Site da Extensão http://poorlydrawnlines.com/
Idiomas Suportados 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"
    ]
}