ASCIIize

Turn any image to ASCII art. Kindoff

Wat is ASCIIize?

ASCIIize is een Chrome-extensie ontwikkeld door flyingjamus, en de belangrijkste functie is "Turn any image to ASCII art. Kindoff".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie ASCIIize

Download ASCIIize-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Turns all images in page to ASCII art.                    

Basisinformatie over de Extensie

Naam ASCIIize ASCIIize
ID jbpadjhmbiadbmgpaadngkgpkndniofn
Officiële URL https://chromewebstore.google.com/detail/asciiize/jbpadjhmbiadbmgpaadngkgpkndniofn
Beschrijving Turn any image to ASCII art. Kindoff
Bestandsgrootte 847 KB
Aantal Installaties 65
Huidige Versie 0.0.2
Laatst Bijgewerkt 2016-03-26
Publicatiedatum 2016-03-26
Beoordeling 4.50/5 Totaal 6 Beoordelingen
Ontwikkelaar flyingjamus
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ASCIIize",
    "description": "Turn any image to ASCII art. Kindoff",
    "version": "0.0.2",
    "icons": {
        "128": "assets\/icon.png"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "activeTab",
        "storage",
        "contextMenus",
        ""
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "ASCIIize",
        "default_icon": {
            "128": "assets\/icon.png"
        },
        "default_popup": "views\/popup.html"
    },
    "manifest_version": 2,
    "web_accessible_resources": [
        "assets\/icon.png",
        "assets\/icon_active.png",
        "worker.js"
    ]
}