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]"
        }
    }
}