CheckWithMouseOver
Invert the check with Alt key & mouse over for check box or radio button.
Co to jest CheckWithMouseOver?
CheckWithMouseOver to rozszerzenie Chrome opracowane przez https://ydk.vc, a jego główną funkcją jest „Invert the check with Alt key & mouse over for check box or radio button.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia CheckWithMouseOver
Pobierz pliki rozszerzeń CheckWithMouseOver w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
チェックボックス・ラジオボタンに対してAltキー&マウスオーバーでチェックを反転させます。ラベルタグにも対応しています。
Invert the check with Alt key & mouse over for check box or radio button. Also supports label tags. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | jchadbcjoemdiindjhmgfmlpgfiblaah |
| Oficjalny URL | https://chromewebstore.google.com/detail/checkwithmouseover/jchadbcjoemdiindjhmgfmlpgfiblaah |
| Opis | Invert the check with Alt key & mouse over for check box or radio button. |
| Rozmiar pliku | 132 KB |
| Liczba instalacji | 140 |
| Aktualna Wersja | 1.2.2 |
| Ostatnia Aktualizacja | 2024-02-26 |
| Data Publikacji | 2020-05-21 |
| Ocena | 2.00/5 Łącznie 3 Oceny |
| Deweloper | https://ydk.vc |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://github.com/yudukiak/CheckWithMouseOver/ |
| Obsługiwane Języki | 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": [
" | |