ihaessi

Port of rikaikun to provide hover translation of Korean text.

Τι είναι το ihaessi;

Το ihaessi είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Michael Green, και η κύρια λειτουργία του είναι "Port of rikaikun to provide hover translation of Korean text.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης ihaessi

Λήψη αρχείων επέκτασης ihaessi σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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 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"
    ]
}