Jhint

Translation of the Japanese words into English and translation of English words into Japanese

Jhint là gì?

Jhint là một tiện ích mở rộng Chrome được phát triển bởi vhrebenko, và tính năng chính của nó là "Translation of the Japanese words into English and translation of English words into Japanese".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Jhint

Tải xuống các tệp mở rộng Jhint dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        The expansion allows you to translate English words into Japanese and Japanese words into English. To translate a word is enough to highlight it and press the button "j". In the window that appears you will see the translation of the word and its transcription.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Jhint Jhint
ID hmoohbgeifohgafikhihhikaknfnlgmb
URL Chính Thức https://chrome.google.com/webstore/detail/jhint/hmoohbgeifohgafikhihhikaknfnlgmb
Mô tả Translation of the Japanese words into English and translation of English words into Japanese
Kích Thước Tệp 223 KB
Số Lần Cài Đặt 58
Phiên Bản Hiện Tại 0.0.6
Cập Nhật Lần Cuối 2019-02-10
Ngày Phát Hành 2019-02-10
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển vhrebenko
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://jisho.org/
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Jhint",
    "version": "0.0.6",
    "manifest_version": 2,
    "description": "Translation of the Japanese words into English  and translation of English words into Japanese",
    "homepage_url": "https:\/\/github.com\/shpp\/jhint",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "page": "src\/bg\/background.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Jhint",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "permissions": [
        "contextMenus",
        "tabs",
        "https:\/\/*\/* ",
        "http:\/\/*\/* "
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "src\/inject\/inject.css"
            ]
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "src\/inject\/inject.js",
                "js\/jquery\/jquery.js"
            ]
        }
    ]
}