Easy ████ing

An extension which adds keyboard shortcuts for inserting █.

ما هو Easy ████ing؟

Easy ████ing هو إضافة Chrome تم تطويرها بواسطة https://uhyohyo.net، والميزة الرئيسية لها هي "An extension which adds keyboard shortcuts for inserting █.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Easy ████ing

قم بتنزيل ملفات الامتداد Easy ████ing بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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