Open in Jisho and Wanikani

Adds context menu items to open selected text in Jisho.org and Wanikani.com's kanji and vocabulary page.

Open in Jisho and Wanikani là gì?

Open in Jisho and Wanikani là một tiện ích mở rộng Chrome được phát triển bởi http://www.keithkennedy.co.uk, và tính năng chính của nó là "Adds context menu items to open selected text in Jisho.org and Wanikani.com's kanji and vocabulary page.".

Ả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 Open in Jisho and Wanikani

Tải xuống các tệp mở rộng Open in Jisho and Wanikani 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

                                            

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

Tên Open in Jisho and Wanikani Open in Jisho and Wanikani
ID hjiplodfnjbdkemmneipfpanhbloobpf
URL Chính Thức https://chrome.google.com/webstore/detail/open-in-jisho-and-wanikan/hjiplodfnjbdkemmneipfpanhbloobpf
Mô tả Adds context menu items to open selected text in Jisho.org and Wanikani.com's kanji and vocabulary page.
Kích Thước Tệp 72.34 KB
Số Lần Cài Đặt 164
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2016-02-13
Ngày Phát Hành 2016-02-13
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển http://www.keithkennedy.co.uk
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Open in Jisho and Wanikani",
    "description": "Adds context menu items to open selected text in Jisho.org and Wanikani.com's kanji and vocabulary page.",
    "homepage_url": "https:\/\/keithkennedy.co.uk\/",
    "version": "1.1",
    "permissions": [
        "",
        "contextMenus",
        "tabs"
    ],
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "manifest_version": 2
}