Keyboard Lock
An extension to lock your keyboard. Lock it when watching Youtube with kids.
Keyboard Lockとは何ですか?
Keyboard LockはNir Moavによって開発されたChromeの拡張機能で、その主な機能は「An extension to lock your keyboard. Lock it when watching Youtube with kids.」です。
拡張機能のスクリーンショット
Keyboard Lock拡張機能のCRXファイルをダウンロード
Keyboard Lock拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
- The extension lets you lock and unlock your keyboard with a single click. - Prevent your toddler messing around when watching animal videos 🐻 - Simple & free - You can tip me with a cup of Ko-Fi ☕️ if you like at: https://ko-fi.com/getnirm Thank you for your support 🙏
拡張機能の基本情報
名前 | |
ID | egchhmakkadlgkamakegnhokjkbkhjkm |
公式URL | https://chromewebstore.google.com/detail/keyboard-lock/egchhmakkadlgkamakegnhokjkbkhjkm |
説明 | An extension to lock your keyboard. Lock it when watching Youtube with kids. |
ファイルサイズ | 65.28 KB |
インストール数 | 3,000 |
現在のバージョン | 0.1.3 |
最終更新日 | 2024-01-28 |
公開日 | 2020-05-11 |
評価 | 3.43/5 合計 7 レビュー |
開発者 | Nir Moav |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://ko-fi.com/getnirm |
ヘルプページのURL | https://ko-fi.com/getnirm |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Keyboard Lock", "version": "0.1.3", "manifest_version": 3, "description": "An extension to lock your keyboard. Lock it when watching Youtube with kids.", "homepage_url": "https:\/\/nirgit.github.io", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "action": { "default_icon": "icons\/icon19.png", "default_title": "Keyboard Lock", "default_popup": "src\/browser_action\/browser_action.html" }, "permissions": [ "activeTab", "storage" ], "host_permissions": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "background": { "service_worker": "js\/back.js" }, "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "js": [ "js\/common.js", "src\/inject\/inject.js" ] } ] } |