IMEチェッカー
IME入力モード(ローマ字/かな入力)を、入力欄の色とメッセージで通知します。
Wat is IMEチェッカー?
IMEチェッカー is een Chrome-extensie ontwikkeld door pub, en de belangrijkste functie is "IME入力モード(ローマ字/かな入力)を、入力欄の色とメッセージで通知します。".
Extensie Screenshots
Download het CRX-bestand van de extensie IMEチェッカー
Download IMEチェッカー-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
以下の入力欄について、IME入力モードの状態を通知します。
・単一行入力欄 (input type : text/search/指定無し)
・複数行入力欄 (textarea)
・編集可能要素 (contenteditable : true)
※
・入力モードが「ローマ字」の場合、入力欄が薄い赤になります。
・入力モードが「かな」の場合、入力欄が白になります。
どちらの場合も入力欄が未入力の時に、入力欄にメッセージを表示します。
※IMEチェッカーのアイコンでも「A」「あ」を表示して状態を通知します。
Webページの外(アドレスバー等)で入力モードを変更した場合、Webページ内で入力した時点で入力モードの変更が反映されます。 Basisinformatie over de Extensie
| Naam | |
| ID | pigohhboacmbojmlojecallmjfgpipne |
| Officiële URL | https://chromewebstore.google.com/detail/ime%E3%83%81%E3%82%A7%E3%83%83%E3%82%AB%E3%83%BC/pigohhboacmbojmlojecallmjfgpipne |
| Beschrijving | IME入力モード(ローマ字/かな入力)を、入力欄の色とメッセージで通知します。 |
| Bestandsgrootte | 56.08 KB |
| Aantal Installaties | 174 |
| Huidige Versie | 0.0.7 |
| Laatst Bijgewerkt | 2017-05-30 |
| Publicatiedatum | 2017-05-30 |
| Beoordeling | 2.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | pub |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | ja |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"version": "0.0.7",
"name": "__MSG_extName__",
"description": "__MSG_extDescription__",
"default_locale": "ja",
"icons": {
"16": "img\/a-en_16x16.png",
"128": "img\/icon_128_96_16.png"
},
"content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
"content_scripts": [
{
"all_frames": false,
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"css": [
"css\/content.css"
],
"js": [
"lib\/jquery\/jquery-1.12.4.min.js",
"js\/share.js",
"js\/content.js"
],
"run_at": "document_idle"
}
],
"background": {
"scripts": [
"js\/share.js",
"lib\/analytics.js",
"js\/background.js"
],
"persistent": true
},
"browser_action": {
"default_title": "IME\u30c1\u30a7\u30c3\u30ab\u30fc",
"default_popup": "html\/popup.html"
},
"permissions": [
"storage",
"tabs",
"http:\/\/*\/*",
"https:\/\/*\/*"
]
} | |