Umlauter: automatically add Umlauts
Corrects common German transcriptions like ue to the proper Umlaut ü.
什麼是Umlauter: automatically add Umlauts?
Umlauter: automatically add Umlauts是由Florian開發的Chrome擴展程式,該擴展的主要功能是“Corrects common German transcriptions like ue to the proper Umlaut ü.”。
擴展截圖
下載Umlauter: automatically add Umlauts擴展crx文件
下載Umlauter: automatically add Umlauts擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Try typing something like "Kuehe" in a textbox followed by a space or period to see it corrected! Useful when typing German on US-keyboards. Requires access to websites to correct typing in input boxes. All data is processed locally and is not sent to remote servers! On computer systems that don't support them, German words like "Erklärung" are often written as "Erklaerung" to avoid the use of diacritic letters. Though this is readable, it looks odd. An easy solution would be to replace all two letter combinations to their proper Umlaut-form and though this fixes 100% of potential words, there are too many false positives (for example the word "neue" would never be written "neü"). This project uses machine learning to predict if a substitution should be made.
擴展基本資訊
名稱 | Umlauter: automatically add Umlauts |
ID | cpehjdejapmgcjcpcgambppnekfnjiaj |
官方網址 | https://chromewebstore.google.com/detail/umlauter-automatically-ad/cpehjdejapmgcjcpcgambppnekfnjiaj |
簡介 | Corrects common German transcriptions like ue to the proper Umlaut ü. |
檔案大小 | 54.08 KB |
安裝次數 | 195 |
目前版本 | 0.0.11 |
更新時間 | 2018-07-01 |
上架時間 | 2018-07-01 |
評分 | 3.00/5 共 4 次評分 |
開發者 | Florian |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/jaflo/umlauter |
說明頁面URL | https://github.com/jaflo/umlauter/issues/new |
支援的語言 | de,en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.0.11", "manifest_version": 2, "description": "__MSG_appDesc__", "default_locale": "en", "homepage_url": "https:\/\/github.com\/jaflo\/umlauter", "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "scripts": [ "src\/background.js" ], "persistent": true }, "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "Umlauter" }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ " |