KeyCodez
Find out the keyCode (also known as charCode) of a pressed key. Keylogger
Cos'è KeyCodez?
KeyCodez è un'estensione di Chrome sviluppata da Michael Schwartz, e la sua funzione principale è "Find out the keyCode (also known as charCode) of a pressed key. Keylogger".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione KeyCodez
Scarica i file di estensione KeyCodez 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
Find out the keyCode (also known as charCode) of a pressed key. This extension is open source and can be viewed on Github at - https://github.com/mikethedj4/KeyCodez---Chrome-Extension
Informazioni di Base sull'Estensione
Nome | KeyCodez |
ID | aojlfinpoklpdfoeimooopeddmpadgdk |
URL Ufficiale | https://chromewebstore.google.com/detail/keycodez/aojlfinpoklpdfoeimooopeddmpadgdk |
Descrizione | Find out the keyCode (also known as charCode) of a pressed key. Keylogger |
Dimensione del File | 506 KB |
Conteggio Installazioni | 244 |
Versione Corrente | 1.2.2 |
Ultimo Aggiornamento | 2016-03-02 |
Data di Pubblicazione | 2016-03-01 |
Valutazione | 1.74/5 Totale 19 Valutazioni |
Sviluppatore | Michael Schwartz |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "browser_action": { "default_icon": "assets\/128.png", "default_popup": "index.html", "default_title": "KeyCodez" }, "description": "Find out the keyCode (also known as charCode) of a pressed key. Keylogger", "icons": { "128": "assets\/128.png", "16": "assets\/16.png", "32": "assets\/32.png", "64": "assets\/64.png" }, "manifest_version": 2, "minimum_chrome_version": "38", "name": "KeyCodez", "permissions": [ "http:\/\/*\/", "https:\/\/*\/" ], "short_name": "KeyCodez", "version": "1.2.2" } |