Shabdkosh Dictionaries Lookup
Looks up online Shabdkosh Dictionaries (includes English and 10 Indian languages) for the selected text.
Shabdkosh Dictionaries Lookupとは何ですか?
Shabdkosh Dictionaries LookupはTu Tranによって開発されたChromeの拡張機能で、その主な機能は「Looks up online Shabdkosh Dictionaries (includes English and 10 Indian languages) for the selected text.」です。
拡張機能のスクリーンショット
Shabdkosh Dictionaries Lookup拡張機能のCRXファイルをダウンロード
Shabdkosh Dictionaries Lookup拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Just right-click on the selected text and choose "Shabdkosh Dictionary...". Before that, you can choose a Indian language that you want on the Shabdkosh Dictionary popup (click on the extension's icon to show the popup. You should pin the icon right after installing the extension). And you can also look up there.
拡張機能の基本情報
名前 | Shabdkosh Dictionaries Lookup |
ID | gjbhkcmjfcccocjhledmacanaldocicl |
公式URL | https://chromewebstore.google.com/detail/shabdkosh-dictionaries-lo/gjbhkcmjfcccocjhledmacanaldocicl |
説明 | Looks up online Shabdkosh Dictionaries (includes English and 10 Indian languages) for the selected text. |
ファイルサイズ | 49.55 KB |
インストール数 | 121 |
現在のバージョン | 0.1.1 |
最終更新日 | 2021-03-11 |
公開日 | 2021-03-11 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | Tu Tran |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en,mr,hi,bn,gu,ta,te,kn-IN,ml |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_application_title__", "description": "__MSG_application_description__", "version": "0.1.1", "default_locale": "hi", "permissions": [ "contextMenus", "storage" ], "background": { "page": "background.html", "persistent": false }, "browser_action": { "default_icon": { "16": "\/img\/16x16.png", "48": "\/img\/48x48.png", "128": "\/img\/128x128.png" }, "default_popup": "index.html" }, "icons": { "16": "\/img\/16x16.png", "48": "\/img\/48x48.png", "128": "\/img\/128x128.png" } } |