HexenNail

Image Viewer for Pixel Art

What is HexenNail?

HexenNail is a Chrome extension developed by heriet, and its main feature is "Image Viewer for Pixel Art".

Extension Screenshots

screenshot

Download HexenNail Extension CRX File

Download HexenNail 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

                        ドット絵に特化したビューアを表示します。
ドット絵のパレットを閲覧したり、拡大・縮小を行うことが出来ます。                    

Extension Basic Information

Name HexenNail HexenNail
ID jbpddjleagpiemcicfblmiiakcclbioc
Official URL https://chromewebstore.google.com/detail/hexennail/jbpddjleagpiemcicfblmiiakcclbioc
Description Image Viewer for Pixel Art
File Size 47.72 KB
Installation Count 40
Current Version 1.0.1
Last Updated 2013-08-24
Publish Date 2013-08-24
Rating 4.00/5 Total 1 Ratings
Developer heriet
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "HexenNail",
    "description": "Image Viewer for Pixel Art",
    "version": "1.0.1",
    "manifest_version": 2,
    "default_locale": "en",
    "icons": {
        "16": "icons\/hexen_nail_16x16.png",
        "19": "icons\/hexen_nail_19x19.png",
        "32": "icons\/hexen_nail_32x32.png",
        "48": "icons\/hexen_nail_48x48.png",
        "128": "icons\/hexen_nail_128x128.png"
    },
    "background": {
        "scripts": [
            "js\/jquery-1.9.1.min.js",
            "js\/pixel_util.js",
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/hexen_nail_19x19.png",
        "default_title": "Hexen Nail"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "css\/pixel_tip.css",
                "css\/hexen_nail.css"
            ],
            "js": [
                "js\/jquery-1.9.1.min.js",
                "js\/pixel_util.js",
                "js\/hexen_nail.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/*",
        "contextMenus"
    ],
    "options_page": "options.html"
}