Easy ████ing

An extension which adds keyboard shortcuts for inserting █.

Vad är Easy ████ing?

Easy ████ing är en Chrome-tillägg utvecklad av https://uhyohyo.net, och dess huvudfunktion är "An extension which adds keyboard shortcuts for inserting █.".

Tilläggsskärmbilder

screenshot

Ladda ner Easy ████ing-förlängningens CRX-fil

Ladda ner Easy ████ing-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Easy ████ing Easy ████ing
ID boohjpnhpempgagincffdolllgjeohci
Officiell webbadress https://chromewebstore.google.com/detail/easy-%E2%96%88%E2%96%88%E2%96%88%E2%96%88ing/boohjpnhpempgagincffdolllgjeohci
Beskrivning An extension which adds keyboard shortcuts for inserting █.
Filstorlek 59.61 KB
Antal Installationer 56
Aktuell Version 0.2.2
Senast Uppdaterad 2020-03-24
Publiceringsdatum 2020-03-21
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare https://uhyohyo.net
Betalningssätt free
Tilläggswebbplats https://uhyohyo.net/chrome-xxxx/
Stödda Språk 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]"
        }
    }
}