Easy ████ing

An extension which adds keyboard shortcuts for inserting █.

What is Easy ████ing?

Easy ████ing is a Chrome extension developed by https://uhyohyo.net, and its main feature is "An extension which adds keyboard shortcuts for inserting █.".

Extension Screenshots

screenshot

Download Easy ████ing Extension CRX File

Download Easy ████ing 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

                        This extension enables you to insert the "█" character at the end of any text field by pressing Shift+Right.                    

Extension Basic Information

Name Easy ████ing Easy ████ing
ID boohjpnhpempgagincffdolllgjeohci
Official URL https://chromewebstore.google.com/detail/easy-%E2%96%88%E2%96%88%E2%96%88%E2%96%88ing/boohjpnhpempgagincffdolllgjeohci
Description An extension which adds keyboard shortcuts for inserting █.
File Size 59.61 KB
Installation Count 56
Current Version 0.2.2
Last Updated 2020-03-24
Publish Date 2020-03-21
Rating 5.00/5 Total 1 Ratings
Developer https://uhyohyo.net
Payment Type free
Extension Website https://uhyohyo.net/chrome-xxxx/
Supported Languages en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Easy \u2588\u2588\u2588\u2588ing",
    "version": "0.2.2",
    "description": "__MSG_description__",
    "author": "uhyo",
    "icons": {
        "48": "icons\/48x48.png"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "dist\/bundle.js",
                "js\/content.js"
            ]
        }
    ],
    "options_ui": {
        "page": "html\/options.html",
        "open_in_tab": false
    },
    "default_locale": "ja",
    "applications": {
        "gecko": {
            "id": "[email protected]"
        }
    }
}