ASCIIize

Turn any image to ASCII art. Kindoff

What is ASCIIize?

ASCIIize is a Chrome extension developed by flyingjamus, and its main feature is "Turn any image to ASCII art. Kindoff".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download ASCIIize Extension CRX File

Download ASCIIize extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Turns all images in page to ASCII art.                    

Extension Basic Information

Name ASCIIize ASCIIize
ID jbpadjhmbiadbmgpaadngkgpkndniofn
Official URL https://chromewebstore.google.com/detail/asciiize/jbpadjhmbiadbmgpaadngkgpkndniofn
Description Turn any image to ASCII art. Kindoff
File Size 847 KB
Installation Count 65
Current Version 0.0.2
Last Updated 2016-03-26
Publish Date 2016-03-26
Rating 4.50/5 Total 6 Ratings
Developer flyingjamus
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}