Better Platts Urdu Dictionary
Fixes entry of certain unicode characters to match with the Platts Urdu dictionary. Icon made by Smashicons from www.flaticon.com
Better Platts Urdu Dictionaryとは何ですか?
Better Platts Urdu Dictionaryはkevinjamesmannによって開発されたChromeの拡張機能で、その主な機能は「Fixes entry of certain unicode characters to match with the Platts Urdu dictionary. Icon made by Smashicons from www.flaticon.com」です。
拡張機能のスクリーンショット
Better Platts Urdu Dictionary拡張機能のCRXファイルをダウンロード
Better Platts Urdu Dictionary拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The Platts Urdu dictionary at https://dsal.uchicago.edu/dictionaries/platts/ uses some characters not found on a standard keyboard for Android. The extension converts your input into compatible text. Flag Icon made by Smashicons from www.flaticon.com
拡張機能の基本情報
名前 | Better Platts Urdu Dictionary |
ID | ccindiinopejbbioijdmdjoiojkoedfg |
公式URL | https://chromewebstore.google.com/detail/better-platts-urdu-dictio/ccindiinopejbbioijdmdjoiojkoedfg |
説明 | Fixes entry of certain unicode characters to match with the Platts Urdu dictionary. Icon made by Smashicons from www.flaticon.com |
ファイルサイズ | 805 KB |
インストール数 | 16 |
現在のバージョン | 0.2 |
最終更新日 | 2020-02-28 |
公開日 | 2020-02-26 |
開発者 | kevinjamesmann |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Better Platts Urdu Dictionary", "version": "0.2", "description": "Fixes entry of certain unicode characters to match with the Platts Urdu dictionary. Icon made by Smashicons from www.flaticon.com", "icons": { "16": "images\/pk16.png", "32": "images\/pk32.png", "64": "images\/pk64.png", "128": "images\/pk128.png" }, "content_scripts": [ { "matches": [ "https:\/\/dsal.uchicago.edu\/dictionaries\/platts\/*" ], "js": [ "jquery.min.js", "contentScript.js" ] } ], "manifest_version": 2 } |