Easy ████ing

An extension which adds keyboard shortcuts for inserting █.

Wat is Easy ████ing?

Easy ████ing is een Chrome-extensie ontwikkeld door https://uhyohyo.net, en de belangrijkste functie is "An extension which adds keyboard shortcuts for inserting █.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Easy ████ing

Download Easy ████ing-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Easy ████ing Easy ████ing
ID boohjpnhpempgagincffdolllgjeohci
Officiële URL https://chromewebstore.google.com/detail/easy-%E2%96%88%E2%96%88%E2%96%88%E2%96%88ing/boohjpnhpempgagincffdolllgjeohci
Beschrijving An extension which adds keyboard shortcuts for inserting █.
Bestandsgrootte 59.61 KB
Aantal Installaties 56
Huidige Versie 0.2.2
Laatst Bijgewerkt 2020-03-24
Publicatiedatum 2020-03-21
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://uhyohyo.net
Betalingswijze free
Extensiewebsite https://uhyohyo.net/chrome-xxxx/
Ondersteunde Talen 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]"
        }
    }
}