Offline Japanese Dictionary Okavy
Offline Japanese-English, Japanese-Vietnamese dictionary. Hovering over words to get definition. Open new tab and learn Japanese fun
Offline Japanese Dictionary Okavy क्या है?
Offline Japanese Dictionary Okavy http://okavy.top द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Offline Japanese-English, Japanese-Vietnamese dictionary. Hovering over words to get definition. Open new tab and learn Japanese fun"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Offline Japanese Dictionary Okavy एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Offline Japanese - English dictionary. Activate the extension by clicking on the icon in the top right or right mouse click and select "On/Off Japanese dictionary Okavy". When the introductory pop up appears, Okavy is ready for action. When it's activated, when you hover over Japanese words they'll be translated in a pop up. If you hit shift/enter, you'll see some information about the first Kanji. You learn each Japanese word of Japanese Picture dictionary by open new tab of Chrome and fun.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | abemjelpebnkjkldlkeloohlalicbcmb |
आधिकारिक URL | https://chrome.google.com/webstore/detail/offline-japanese-dictiona/abemjelpebnkjkldlkeloohlalicbcmb |
विवरण | Offline Japanese-English, Japanese-Vietnamese dictionary. Hovering over words to get definition. Open new tab and learn Japanese fun |
फ़ाइल का आकार | 53.05 MB |
स्थापना संख्या | 41 |
वर्तमान संस्करण | 2.2 |
अंतिम अपडेट | 2018-10-30 |
प्रकाशन तिथि | 2018-10-30 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | http://okavy.top |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://okavy.top |
समर्थित भाषाएँ | ja |
manifest.json | |
{ "author": "okavy.top", "chrome_url_overrides": { "newtab": "newtab.html" }, "background": { "page": "background.html", "persistent": true }, "browser_action": { "default_icon": "icon\/kavy-icon.png" }, "content_scripts": [ { "all_frames": true, "js": [ "rikaicontent.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "ftp:\/\/*\/*", "file:\/\/\/*" ] } ], "description": "Offline Japanese-English, Japanese-Vietnamese dictionary. Hovering over words to get definition. Open new tab and learn Japanese fun", "icons": { "128": "icon\/icon128.png", "48": "icon\/icon48.png" }, "manifest_version": 2, "name": "Offline Japanese Dictionary Okavy", "short_name": "okavy.top", "options_page": "options.html", "permissions": [ "tabs", "clipboardWrite", "contextMenus" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "2.2", "web_accessible_resources": [ "css\/popup-black.css", "css\/popup-blue.css", "css\/popup-lightblue.css", "css\/popup-yellow.css", "style.css" ] } |