BitEx Chinese Extension
Chinese dictionary - BitEx Chinese
What is BitEx Chinese Extension?
BitEx Chinese Extension is a Chrome extension developed by masato, and its main feature is "Chinese dictionary - BitEx Chinese".
Extension Screenshots
Download BitEx Chinese Extension Extension CRX File
Download BitEx Chinese Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
BitEx中国語検索を拡張機能により素早く手軽に利用することが出来ます。 これは非公式エクステンションです。 【機能】 ・ポップアップ画面から検索フォームにて検索。 ・検索ボックスの履歴を最大10件まで表示。クリック選択により再度検索も可能。 ・コンテキストメニューから選択部分の検索。 【履歴】 Ver2.1.1 ・検索エンジンの仕様変更に対応 Ver2.1 ・use manifest V2 ・use English language ・細かい改修(検索フォームへの改修など) Ver2.0 ・コンテキストメニューから選択部分の検索を行えます。
Extension Basic Information
Name | BitEx Chinese Extension |
ID | cipicimgjmkjbooigkocahicmphbjkkb |
Official URL | https://chromewebstore.google.com/detail/bitex-chinese-extension/cipicimgjmkjbooigkocahicmphbjkkb |
Description | Chinese dictionary - BitEx Chinese |
File Size | 57.57 KB |
Installation Count | 404 |
Current Version | 2.1.1 |
Last Updated | 2014-02-23 |
Publish Date | 2014-02-23 |
Rating | 4.50/5 Total 2 Ratings |
Developer | masato |
Payment Type | free |
Supported Languages | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "description": "__MSG_extDesc__", "version": "2.1.1", "browser_action": { "default_icon": ".\/icon16.png", "default_popup": ".\/popup.html" }, "content_security_policy": "script-src 'unsafe-eval'; object-src 'self'", "icons": { "16": ".\/icon16.png", "128": ".\/icon128.png" }, "background": { "scripts": [ ".\/background.js" ] }, "default_locale": "en", "permissions": [ "contextMenus" ] } |