IME Submit Blocker

IMEでの文字変換確定時のEnterでフォームが送信されることを防ぐ拡張機能

IME Submit Blockerคืออะไร?

IME Submit Blocker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย RyoKawamata และคุณลักษณะหลักของมันคือ "IMEでの文字変換確定時のEnterでフォームが送信されることを防ぐ拡張機能"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย IME Submit Blocker

ดาวน์โหลดไฟล์ส่วนขยาย IME Submit Blocker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Bing Chatなど海外サービスの入力欄にて、IMEの文字変換確定時のEnterキーで意図せずフォームが送信されてしまう誤作動を防ぐ拡張機能です。

# ✨ 機能
- ページ表示時の自動適応(設定でOFF可能)
- 手動適応・解除
- SPAのページ遷移への対応

# 📫 問い合わせ
不具合・改善要望はGitHubのIssueまでお願いします
https://github.com/kawamataryo/ime-submit-blocker                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ IME Submit Blocker IME Submit Blocker
ID apmppndmejpolkldpeeipcejcbjfpblo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ime-submit-blocker/apmppndmejpolkldpeeipcejcbjfpblo
คำอธิบาย IMEでの文字変換確定時のEnterでフォームが送信されることを防ぐ拡張機能
ขนาดไฟล์ 139 KB
จำนวนการติดตั้ง 313
เวอร์ชันปัจจุบัน 1.2.0
อัปเดตครั้งล่าสุด 2023-04-25
วันที่เผยแพร่ 2023-04-11
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา RyoKawamata
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/kawamataryo/ime-submit-blocker
URL หน้าช่วยเหลือ https://github.com/kawamataryo/ime-submit-blocker/issues
ภาษาที่รองรับ ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.00ac8b83.png",
        "32": "icon32.plasmo.9ad0c5b6.png",
        "48": "icon48.plasmo.cae3a6b3.png",
        "64": "icon64.plasmo.e4b604fc.png",
        "128": "icon128.plasmo.b89b7dfa.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.00ac8b83.png",
            "32": "icon32.plasmo.9ad0c5b6.png",
            "48": "icon48.plasmo.cae3a6b3.png",
            "64": "icon64.plasmo.e4b604fc.png",
            "128": "icon128.plasmo.b89b7dfa.png"
        },
        "default_popup": "popup.html"
    },
    "version": "1.2.0",
    "author": "kawamataryo",
    "name": "IME Submit Blocker",
    "description": "IME\u3067\u306e\u6587\u5b57\u5909\u63db\u78ba\u5b9a\u6642\u306eEnter\u3067\u30d5\u30a9\u30fc\u30e0\u304c\u9001\u4fe1\u3055\u308c\u308b\u3053\u3068\u3092\u9632\u3050\u62e1\u5f35\u6a5f\u80fd",
    "background": {
        "service_worker": "background.5fadff2f.js"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "permissions": [
        "storage",
        "tabs",
        "history"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.07616647.js"
            ],
            "css": []
        }
    ],
    "host_permissions": [
        "https:\/\/*\/*"
    ]
}