Bokura Jisho - Japanese dictionary Extensions

Look up Japanese more easily with BokuraJisho, just select the text and click on the bubble icon to translate.

Bokura Jisho - Japanese dictionary Extensionsとは何ですか?

Bokura Jisho - Japanese dictionary Extensionsはbokurajisho.comによって開発されたChromeの拡張機能で、その主な機能は「Look up Japanese more easily with BokuraJisho, just select the text and click on the bubble icon to translate.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Bokura Jisho - Japanese dictionary Extensions拡張機能のCRXファイルをダウンロード

Bokura Jisho - Japanese dictionary Extensions拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        ※V1.5.5
   ・Fix bug 
   ・Update database
   ・Performance improvement

※V1.5.4
   ・Fix bug

※V1.5.3
   ・Fixed some buttons being disabled on some websites
   ・Update database
   ・Performance improvement

※V1.5.0
   ・add a quick setting (turn on/turn off popup icon when selecting text)
   ・Fix Bug

※V1.4.1 Fix bug when click "view details" button
※V1.3.0 Update
-  Update database with over 750.000 words of Japanese proper names for people, companies, and locations.
-  Auto deconjugates conjugated Japanese verbs into dictionary form for searching.
-  Change popup icon's color to be easily identifiable in different websites.
________________________________

Allows you to search quickly on by clicking on selected text.
The extension also adds a toolbar button with a popup for entering text directly, which may be useful when copying and pasting text from another program.

The database supports multi languages (English, Spanish, Slovenian, French, Vietnamese...) and is still updating and adding 
(supports some other languages but it has been censored by google so it can't be listed)

Main features of BokuraJisho
 - Japanese dictionary for words, phrases (look up from user language to Japanese and vice versa)
 - Search directly in the address bar by typing the word you want to search directly into the search box
 - Display different types, different reading for words and phrases
 - Support direct translation from romaji
 - Support google translation for words, phrases, paragraphs not in the database or from any language
 - Display reading (furigana) for Japanese texts
 - Automatically translate the text in the clipboard (clipboard), can turn off the feature in the settings
 - Support reading words, phrases, texts to be translated
 - Automatically detects if the language of a page you're on is different from the language you're using for your Google Chrome interface
 - If the source text is the user language, automatically translated back to Japanese
 - Intermediate translation support (automatically identify source language, translate into Japanese and display meaning in user language)
 - Support searching for kanji with the components that make up the kanji
 - Support drawing to search for kanji
 - History of finding words and phrases

Your feedback is highly appreciated and will help us to improve our ability to serve you and other users.
Feedback Email: [email protected]

Thank you for using BokuraJisho                    

拡張機能の基本情報

名前 Bokura Jisho - Japanese dictionary Extensions Bokura Jisho - Japanese dictionary Extensions
ID mnebdcjbpbadkmnpadkekccjilpndnkd
公式URL https://chromewebstore.google.com/detail/bokura-jisho-japanese-dic/mnebdcjbpbadkmnpadkekccjilpndnkd
説明 Look up Japanese more easily with BokuraJisho, just select the text and click on the bubble icon to translate.
ファイルサイズ 346 KB
インストール数 488
現在のバージョン 1.5.5
最終更新日 2023-10-06
公開日 2020-05-06
評価 5.00/5 合計 6 レビュー
開発者 bokurajisho.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://bokurajisho.com
対応言語 de,en,fr,nl,vi,es,hu,sl,ru
manifest.json
{
    "name": "Bokura Jisho - Japanese dictionary Extensions",
    "short_name": "Bokura Jisho",
    "description": "__MSG_appDesc__",
    "version": "1.5.5",
    "manifest_version": 2,
    "icons": {
        "16": "content\/images\/icon-16.png",
        "32": "content\/images\/icon-32.png",
        "48": "content\/images\/icon-48.png",
        "128": "content\/images\/icon-128.png"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "content\/js\/common.js",
            "content\/js\/background.js",
            "content\/js\/tracker.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "content\/css\/bubble.css",
                "content\/css\/mean.css",
                "content\/css\/popup.css"
            ],
            "js": [
                "content\/js\/common.js",
                "content\/js\/content.js",
                "content\/js\/const.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end",
            "exclude_matches": [
                "https:\/\/bokurajisho.com\/"
            ]
        }
    ],
    "browser_action": {
        "default_icon": {
            "19": "content\/images\/icon-19.png",
            "38": "content\/images\/icon-38.png"
        },
        "default_popup": "index.html",
        "default_title": "Bokura Jisho Extensions"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/translate.google.com; object-src 'self'",
    "default_locale": "en",
    "permissions": [
        "",
        "clipboardRead",
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "web_accessible_resources": [
        "content\/images\/google-ico-64.png",
        "content\/images\/speaker_18.png",
        "content\/images\/chat-24px.png",
        "content\/data\/*.json",
        "_locales\/*\/*.json"
    ]
}