Dictionary Keep and Memorize
Keep your translated words from Google translate
Co to jest Dictionary Keep and Memorize?
Dictionary Keep and Memorize to rozszerzenie Chrome opracowane przez Armen Stepanyan, a jego główną funkcją jest „Keep your translated words from Google translate”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Dictionary Keep and Memorize
Pobierz pliki rozszerzeń Dictionary Keep and Memorize w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Keep your translated words from Google translate. Provides different quizzes that help you to memorize words.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | ablojdmhfnlipnnebmeklecobhniaofp |
Oficjalny URL | https://chrome.google.com/webstore/detail/dictionary-keep-and-memor/ablojdmhfnlipnnebmeklecobhniaofp |
Opis | Keep your translated words from Google translate |
Rozmiar pliku | 289 KB |
Liczba instalacji | 21 |
Aktualna Wersja | 1.2 |
Ostatnia Aktualizacja | 2019-01-11 |
Data Publikacji | 2019-01-06 |
Ocena | 5.00/5 Łącznie 6 Oceny |
Deweloper | Armen Stepanyan |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://site-blocker.info/product/dictionary-keep-memorize |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "jquery-3.3.1.js", "background.js" ] }, "browser_action": { "default_icon": "48.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "include_globs": [ "*:\/\/translate.google.*\/*" ], "js": [ "jquery-3.3.1.js", "content_script.js" ] } ], "description": "Keep your translated words from Google translate", "icons": { "128": "128.png", "48": "48.png", "16": "32.png" }, "manifest_version": 2, "name": "Dictionary Keep and Memorize", "options_page": "options\/options.html", "permissions": [ "tabs" ], "version": "1.2" } |