Merse Language Search
Use Merse Language Search for quick Anki Notes. Make your pronunciation perfect with the power of Advance Search.
Qu'est-ce que Merse Language Search ?
Merse Language Search est une extension Chrome développée par Immerse Ltd, et sa fonction principale est "Use Merse Language Search for quick Anki Notes. Make your pronunciation perfect with the power of Advance Search.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Merse Language Search
Téléchargez les fichiers d'extension Merse Language Search au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | |
ID | binnaiiphojhngolnpiahhjlblojgodd |
URL Officiel | https://chrome.google.com/webstore/detail/merse-language-search/binnaiiphojhngolnpiahhjlblojgodd |
Description | Use Merse Language Search for quick Anki Notes. Make your pronunciation perfect with the power of Advance Search. |
Taille du Fichier | 219 KB |
Nombre d'Installations | 45 |
Version Actuelle | 1 |
Dernière Mise à Jour | 2020-05-24 |
Date de Publication | 2020-05-24 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Immerse Ltd |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.merse-app.com/ |
URL de la Page d'Aide | https://www.merse-app.com/ |
URL de la Page de Politique de Confidentialité | https://www.merse-app.com/privacy-policy |
Langues Prises en Charge | 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." } } } |