Keyworks
Customize keyboard shortcuts.
Cos'è Keyworks?
Keyworks è un'estensione di Chrome sviluppata da r7kamura, e la sua funzione principale è "Customize keyboard shortcuts.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Keyworks
Scarica i file di estensione Keyworks 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
You can attach the following actions to your favorite shortcut keys: - CopyToClipboardAction - GoBackAction - GoForwardAction - OpenUrlAction - OpenUrlInNewTabAction - ScrollDownAction - ScrollUpAction
Informazioni di Base sull'Estensione
Nome | Keyworks |
ID | chmkmpahmlgaaincbbdfnplohkkkapdl |
URL Ufficiale | https://chromewebstore.google.com/detail/keyworks/chmkmpahmlgaaincbbdfnplohkkkapdl |
Descrizione | Customize keyboard shortcuts. |
Dimensione del File | 262 KB |
Conteggio Installazioni | 274 |
Versione Corrente | 0.1.0 |
Ultimo Aggiornamento | 2016-11-08 |
Data di Pubblicazione | 2016-11-08 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | r7kamura |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Keyworks", "description": "__MSG_applicationDescription__", "version": "0.1.0", "author": "Ryo Nakamura", "background": { "persistent": false, "scripts": [ "assets\/background.js" ] }, "browser_action": { "default_icon": { "16": "images\/icon16.png", "24": "images\/icon24.png", "32": "images\/icon32.png" }, "default_title": "Keyworks" }, "content_scripts": [ { "js": [ "assets\/content.js" ], "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "run_at": "document_start" } ], "default_locale": "en", "homepage_url": "https:\/\/github.com\/r7kamura\/keyworks", "icons": { "16": "images\/icon16.png", "19": "images\/icon19.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "manifest_version": 2, "options_page": "html\/options.html", "permissions": [ "clipboardRead", "storage" ], "short_name": "Keyworks" } |