Easy ████ing

An extension which adds keyboard shortcuts for inserting █.

Cos'è Easy ████ing?

Easy ████ing è un'estensione di Chrome sviluppata da https://uhyohyo.net, e la sua funzione principale è "An extension which adds keyboard shortcuts for inserting █.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Easy ████ing

Scarica i file di estensione Easy ████ing in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Easy ████ing Easy ████ing
ID boohjpnhpempgagincffdolllgjeohci
URL Ufficiale https://chromewebstore.google.com/detail/easy-%E2%96%88%E2%96%88%E2%96%88%E2%96%88ing/boohjpnhpempgagincffdolllgjeohci
Descrizione An extension which adds keyboard shortcuts for inserting █.
Dimensione del File 59.61 KB
Conteggio Installazioni 56
Versione Corrente 0.2.2
Ultimo Aggiornamento 2020-03-24
Data di Pubblicazione 2020-03-21
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://uhyohyo.net
Tipo di Pagamento free
Sito Web dell'Estensione https://uhyohyo.net/chrome-xxxx/
Lingue Supportate 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]"
        }
    }
}