Merse Language Search
Use Merse Language Search for quick Anki Notes. Make your pronunciation perfect with the power of Advance Search.
Merse Language Searchとは何ですか?
Merse Language SearchはImmerse Ltdによって開発されたChromeの拡張機能で、その主な機能は「Use Merse Language Search for quick Anki Notes. Make your pronunciation perfect with the power of Advance Search.」です。
拡張機能のスクリーンショット
Merse Language Search拡張機能のCRXファイルをダウンロード
Merse Language Search拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Studying a new language? Come across advanced words in your native tongue that you need to remember? Merse language search is for you. Now you can easily search the web for the pronunciation, translation, and definitions from wiktionary of a word. Quickly create a flashcard to an Anki deck and immerse yourself in websites in your target language and save words from anywhere. Also works well from Netflix subtitles. Real world pronunciations from human beings automatically found! Features 32+ language support smart translator smart popup window wiktionary support Anki Quick tool currently free for use
拡張機能の基本情報
名前 | |
ID | binnaiiphojhngolnpiahhjlblojgodd |
公式URL | https://chrome.google.com/webstore/detail/merse-language-search/binnaiiphojhngolnpiahhjlblojgodd |
説明 | Use Merse Language Search for quick Anki Notes. Make your pronunciation perfect with the power of Advance Search. |
ファイルサイズ | 219 KB |
インストール数 | 45 |
現在のバージョン | 1 |
最終更新日 | 2020-05-24 |
公開日 | 2020-05-24 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | Immerse Ltd |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.merse-app.com/ |
ヘルプページのURL | https://www.merse-app.com/ |
プライバシーポリシーページのURL | https://www.merse-app.com/privacy-policy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Merse Language Search", "description": "Use Merse Language Search for quick Anki Notes. Make your pronunciation perfect with the power of Advance Search.", "default_locale": "en", "version": "1", "permissions": [ "storage", "contextMenus", "http:\/\/127.0.0.1\/", "http:\/\/127.0.0.1\/*", "https:\/\/translate.google.com\/*", "https:\/\/translate.google.com.vn\/*", "https:\/\/en.wiktionary.org\/*", "https:\/\/forvo.com\/", "https:\/\/audio00.forvo.com\/" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/translate.google.com; object-src 'self'", "background": { "page": "background.html", "persistent": true }, "browser_action": { "default_icon": "images\/ico128.png", "default_popup": "pages\/popup.html" }, "minimum_chrome_version": "60", "icons": { "128": "images\/ico128.png" }, "commands": { "toggle": { "suggested_key": { "default": "Alt+Shift+M" }, "description": "Use Merse Language Search for quick Anki Notes. Make your pronunciation perfect with the power of Advance Search." } } } |