Easy ████ing

An extension which adds keyboard shortcuts for inserting █.

Qu'est-ce que Easy ████ing ?

Easy ████ing est une extension Chrome développée par https://uhyohyo.net, et sa fonction principale est "An extension which adds keyboard shortcuts for inserting █.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Easy ████ing

Téléchargez les fichiers d'extension Easy ████ing au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Easy ████ing Easy ████ing
ID boohjpnhpempgagincffdolllgjeohci
URL Officiel https://chromewebstore.google.com/detail/easy-%E2%96%88%E2%96%88%E2%96%88%E2%96%88ing/boohjpnhpempgagincffdolllgjeohci
Description An extension which adds keyboard shortcuts for inserting █.
Taille du Fichier 59.61 KB
Nombre d'Installations 56
Version Actuelle 0.2.2
Dernière Mise à Jour 2020-03-24
Date de Publication 2020-03-21
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://uhyohyo.net
Type de Paiement free
Site Web de l'Extension https://uhyohyo.net/chrome-xxxx/
Langues Prises en Charge 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]"
        }
    }
}