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
官方網址 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]"
        }
    }
}