Key Generator

Key Generator on Key press

Vad är Key Generator?

Key Generator är en Chrome-tillägg utvecklad av Ezdilod, och dess huvudfunktion är "Key Generator on Key press".

Tilläggsskärmbilder

screenshot

Ladda ner Key Generator-förlängningens CRX-fil

Ladda ner Key Generator-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 is a developer extension
Just download this repo and add it to your Chrome extensions.
or quick access to any KeyCode in JS                    

Grundläggande Information om Tillägg

Namn Key Generator Key Generator
ID bekjoicginmpeobbhlodebpfkoeehdll
Officiell webbadress https://chromewebstore.google.com/detail/key-generator/bekjoicginmpeobbhlodebpfkoeehdll
Beskrivning Key Generator on Key press
Filstorlek 77.67 KB
Antal Installationer 18
Aktuell Version 1.1
Senast Uppdaterad 2022-10-04
Publiceringsdatum 2022-08-27
Utvecklare Ezdilod
E-post [email protected]
Betalningssätt free
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Key Generator",
    "version": "1.1",
    "description": "Key Generator on Key press",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html"
    }
}