CheckWithMouseOver
Invert the check with Alt key & mouse over for check box or radio button.
ما هو CheckWithMouseOver؟
CheckWithMouseOver هو إضافة Chrome تم تطويرها بواسطة https://ydk.vc، والميزة الرئيسية لها هي "Invert the check with Alt key & mouse over for check box or radio button.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة CheckWithMouseOver
قم بتنزيل ملفات الامتداد CheckWithMouseOver بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
チェックボックス・ラジオボタンに対してAltキー&マウスオーバーでチェックを反転させます。ラベルタグにも対応しています。
Invert the check with Alt key & mouse over for check box or radio button. Also supports label tags. معلومات أساسية عن التمديد
| الاسم | |
| ID | jchadbcjoemdiindjhmgfmlpgfiblaah |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/checkwithmouseover/jchadbcjoemdiindjhmgfmlpgfiblaah |
| الوصف | Invert the check with Alt key & mouse over for check box or radio button. |
| حجم الملف | 132 KB |
| عدد التثبيتات | 140 |
| النسخة الحالية | 1.2.2 |
| آخر تحديث | 2024-02-26 |
| تاريخ النشر | 2020-05-21 |
| تقييم | 2.00/5 مجموع تقييمات 3 |
| المطور | https://ydk.vc |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| موقع الإضافة | https://github.com/yudukiak/CheckWithMouseOver/ |
| اللغات المدعومة | ja |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "CheckWithMouseOver",
"version": "1.2.2",
"description": "Invert the check with Alt key & mouse over for check box or radio button.",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"js\/index.js"
],
"run_at": "document_end",
"all_frames": true
}
],
"host_permissions": [
" | |