Dictionary Keep and Memorize
Keep your translated words from Google translate
Dictionary Keep and Memorize क्या है?
Dictionary Keep and Memorize Armen Stepanyan द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Keep your translated words from Google translate"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Dictionary Keep and Memorize एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Keep your translated words from Google translate. Provides different quizzes that help you to memorize words.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | ablojdmhfnlipnnebmeklecobhniaofp |
आधिकारिक URL | https://chrome.google.com/webstore/detail/dictionary-keep-and-memor/ablojdmhfnlipnnebmeklecobhniaofp |
विवरण | Keep your translated words from Google translate |
फ़ाइल का आकार | 289 KB |
स्थापना संख्या | 21 |
वर्तमान संस्करण | 1.2 |
अंतिम अपडेट | 2019-01-11 |
प्रकाशन तिथि | 2019-01-06 |
रेटिंग | 5.00/5 कुल 6 रेटिंग्स |
डेवलपर | Armen Stepanyan |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://site-blocker.info/product/dictionary-keep-memorize |
समर्थित भाषाएँ | 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" } |