ihaessi
Port of rikaikun to provide hover translation of Korean text.
ihaessi क्या है?
ihaessi Michael Green द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Port of rikaikun to provide hover translation of Korean text."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में ihaessi एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Activate by clicking the 이해 icon and then mouse over the word to translate. Two freely available dictionaries are searched for a match. You can toggle which one is searched first with Shift/Enter. For better accuracy, words are stemmed by removal of postposition particles and attempted reverse conjugation. Still, there's a lot of work to be done on word recognition, and if anyone knows of any better dictionaries, I'm happy to hear your feedback. FAQ Q: Hovering over a word and nothing happens? A: Usually this means the word is not in the dictionary. ------------------ August 1, 2013 - 0.1.2 • Some performance improvements
एक्सटेंशन की मूल जानकारी
नाम | ihaessi |
ID | pnnpeknfablnngfajnlpflcejpkapend |
आधिकारिक URL | https://chromewebstore.google.com/detail/ihaessi/pnnpeknfablnngfajnlpflcejpkapend |
विवरण | Port of rikaikun to provide hover translation of Korean text. |
फ़ाइल का आकार | 4.31 MB |
स्थापना संख्या | 507 |
वर्तमान संस्करण | 0.1.2 |
अंतिम अपडेट | 2013-08-02 |
प्रकाशन तिथि | 2013-08-01 |
रेटिंग | 3.31/5 कुल 16 रेटिंग्स |
डेवलपर | Michael Green |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ihaessi", "version": "0.1.2", "manifest_version": 2, "description": "Port of rikaikun to provide hover translation of Korean text.", "icons": { "48": "images\/icon48.png", "128": "images\/icon128.png" }, "permissions": [ "tabs" ], "background": { "page": "background.html" }, "browser_action": { "default_icon": "images\/icon38.png" }, "options_page": "options.html", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "ftp:\/\/*\/*", "file:\/\/\/*" ], "js": [ "jquery-1.7.1.min.js", "ihaecontent.js" ], "all_frames": true } ], "web_accessible_resources": [ "css\/popup-black.css", "css\/popup-blue.css", "css\/popup-lightblue.css", "css\/popup-yellow.css" ] } |