Easy ████ing

An extension which adds keyboard shortcuts for inserting █.

什么是Easy ████ing?

Easy ████ing是由https://uhyohyo.net开发的Chrome扩展程序,该扩展的主要功能是“An extension which adds keyboard shortcuts for inserting █.”。

扩展截图

screenshot

下载Easy ████ing扩展crx文件

下载Easy ████ing扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Easy ████ing Easy ████ing
ID boohjpnhpempgagincffdolllgjeohci
官方URL https://chromewebstore.google.com/detail/easy-%E2%96%88%E2%96%88%E2%96%88%E2%96%88ing/boohjpnhpempgagincffdolllgjeohci
简介 An extension which adds keyboard shortcuts for inserting █.
文件大小 59.61 KB
安装次数 56
当前版本 0.2.2
更新时间 2020-03-24
上架时间 2020-03-21
评分 5.00/5 共1次评分
开发者 https://uhyohyo.net
付费类型 free
扩展官网 https://uhyohyo.net/chrome-xxxx/
支持的语言 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]"
        }
    }
}