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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย 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]"
        }
    }
}