Jisho MonoOboe

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

Jisho MonoOboe क्या है?

Jisho MonoOboe MyNameIsKir द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Remember the words that you search the most on jisho.org"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Jisho MonoOboe एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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]                    

एक्सटेंशन की मूल जानकारी

नाम Jisho MonoOboe Jisho MonoOboe
ID cbncpialklacboecpececmlnallkdkje
आधिकारिक URL https://chromewebstore.google.com/detail/jisho-monooboe/cbncpialklacboecpececmlnallkdkje
विवरण Remember the words that you search the most on jisho.org
फ़ाइल का आकार 9.4 MB
स्थापना संख्या 409
वर्तमान संस्करण 1.0
अंतिम अपडेट 2018-05-22
प्रकाशन तिथि 2018-05-22
रेटिंग 4.75/5 कुल 4 रेटिंग्स
डेवलपर MyNameIsKir
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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\/*"
    ]
}