Easy ████ing

An extension which adds keyboard shortcuts for inserting █.

Hvad er Easy ████ing?

Easy ████ing er en Chrome-udvidelse udviklet af https://uhyohyo.net, og dens hovedfunktion er "An extension which adds keyboard shortcuts for inserting █.".

Udvidelsesskærmbilleder

screenshot

Download Easy ████ing-udvidelses-CRX-fil

Download Easy ████ing-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Easy ████ing Easy ████ing
ID boohjpnhpempgagincffdolllgjeohci
Officiel URL https://chromewebstore.google.com/detail/easy-%E2%96%88%E2%96%88%E2%96%88%E2%96%88ing/boohjpnhpempgagincffdolllgjeohci
Beskrivelse An extension which adds keyboard shortcuts for inserting █.
Filstørrelse 59.61 KB
Antal Installationer 56
Nuværende Version 0.2.2
Senest Opdateret 2020-03-24
Udgivelsesdato 2020-03-21
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler https://uhyohyo.net
Betalingsmetode free
Udvidelseswebsted https://uhyohyo.net/chrome-xxxx/
Understøttede Sprog 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]"
        }
    }
}