CheckWithMouseOver
Invert the check with Alt key & mouse over for check box or radio button.
CheckWithMouseOver क्या है?
CheckWithMouseOver https://ydk.vc द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Invert the check with Alt key & mouse over for check box or radio button."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में CheckWithMouseOver एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
チェックボックス・ラジオボタンに対してAltキー&マウスオーバーでチェックを反転させます。ラベルタグにも対応しています。 Invert the check with Alt key & mouse over for check box or radio button. Also supports label tags.
एक्सटेंशन की मूल जानकारी
नाम | CheckWithMouseOver |
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": [ " |