Jisho MonoOboe

Remember the words that you search the most on jisho.org

Jisho MonoOboe là gì?

Jisho MonoOboe là một tiện ích mở rộng Chrome được phát triển bởi MyNameIsKir, và tính năng chính của nó là "Remember the words that you search the most on jisho.org".

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

screenshot
screenshot

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

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

                        In your language learning adventure, you're looking up hundreds, then thousands of words. But there's that one- no those few words that you keep looking up but you can't quite remember which ones they are. And what was that word you looked up just a few minutes ago?

That's where MonoOboe comes in. Keep track of the words you search for the most, and your ten most recent searches. It's a simple tool to help enable you to adapt your Japanese vocabulary to your own needs.

Questions? Comments? Please feel free to shoot me an email at [email protected]                    

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

Tên Jisho MonoOboe Jisho MonoOboe
ID cbncpialklacboecpececmlnallkdkje
URL Chính Thức https://chromewebstore.google.com/detail/jisho-monooboe/cbncpialklacboecpececmlnallkdkje
Mô tả Remember the words that you search the most on jisho.org
Kích Thước Tệp 9.4 MB
Số Lần Cài Đặt 409
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2018-05-22
Ngày Phát Hành 2018-05-22
Đánh Giá 4.75/5 Tổng số 4 Đánh Giá
Nhà Phát Triển MyNameIsKir
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Jisho MonoOboe",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Remember the words that you search the most on jisho.org",
    "author": "MyNameIsKir",
    "permissions": [
        "storage",
        "activeTab"
    ],
    "browser_action": {
        "default_icon": {
            "48": "assets\/icon.png"
        }
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.jisho.org\/*"
            ],
            "css": [
                "styles\/monooboe.css"
            ],
            "js": [
                "scripts\/monooboe.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        "pages\/*"
    ]
}