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 |
官方網址 | 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 |
電子郵箱 | [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" ] } ] } |