Disable key input
特定のキー入力(キーボードショートカット)を無効化してページに入力できるようにする
Wat is Disable key input?
Disable key input is een Chrome-extensie ontwikkeld door Takashi Sugimoto (tksugimoto), en de belangrijkste functie is "特定のキー入力(キーボードショートカット)を無効化してページに入力できるようにする".
Extensie Screenshots
Download het CRX-bestand van de extensie Disable key input
Download Disable key input-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
## ユースケース例 - Webページで提供されているshellで `Ctrl` + `W` を使いたい - Webページで提供されているshellの例 - [AWS Systems Manager Session Manager](https://aws.amazon.com/jp/blogs/news/new-session-manager/) - `Ctrl` + `W` - Chrome: タブを閉じる(通常はこちらが優先される) - shell: 単語単位で削除 ## 仕組み 1. 現在のタブをChrome拡張のポップアップで新規に開く - Chromeのキーボードショートカットへの割り込みを可能にするため 1. 無効化したいキーボードショートカット押下時のイベントをキャンセルする
Basisinformatie over de Extensie
Naam | Disable key input |
ID | eihngcominhnmnhnhnhkhebkkdnncimn |
Officiële URL | https://chromewebstore.google.com/detail/disable-key-input/eihngcominhnmnhnhnhkhebkkdnncimn |
Beschrijving | 特定のキー入力(キーボードショートカット)を無効化してページに入力できるようにする |
Bestandsgrootte | 5.25 KB |
Aantal Installaties | 61 |
Huidige Versie | 0.1.0 |
Laatst Bijgewerkt | 2019-05-18 |
Publicatiedatum | 2019-05-18 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Takashi Sugimoto (tksugimoto) |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/tksugimoto/chrome-extension_disable-key-input |
Ondersteunde Talen | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Disable key input", "description": "\u7279\u5b9a\u306e\u30ad\u30fc\u5165\u529b\uff08\u30ad\u30fc\u30dc\u30fc\u30c9\u30b7\u30e7\u30fc\u30c8\u30ab\u30c3\u30c8\uff09\u3092\u7121\u52b9\u5316\u3057\u3066\u30da\u30fc\u30b8\u306b\u5165\u529b\u3067\u304d\u308b\u3088\u3046\u306b\u3059\u308b", "version": "0.1.0", "manifest_version": 2, "permissions": [ "activeTab" ], "browser_action": { "default_popup": "popup.html" } } |