微软必应英汉字典
选择单词,点击右键菜单打开微软必应字典
微软必应英汉字典とは何ですか?
微软必应英汉字典はAndyによって開発されたChromeの拡張機能で、その主な機能は「选择单词,点击右键菜单打开微软必应字典」です。
拡張機能のスクリーンショット
微软必应英汉字典拡張機能のCRXファイルをダウンロード
微软必应英汉字典拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
| 名前 | |
| ID | eiffgabfpjklnnfmogjiolmgnbelbcjo |
| 公式URL | https://chromewebstore.google.com/detail/%E5%BE%AE%E8%BD%AF%E5%BF%85%E5%BA%94%E8%8B%B1%E6%B1%89%E5%AD%97%E5%85%B8/eiffgabfpjklnnfmogjiolmgnbelbcjo |
| 説明 | 选择单词,点击右键菜单打开微软必应字典 |
| ファイルサイズ | 3.68 KB |
| インストール数 | 586 |
| 現在のバージョン | 0.7 |
| 最終更新日 | 2014-01-30 |
| 公開日 | 2014-01-30 |
| 評価 | 3.17/5 合計 6 レビュー |
| 開発者 | Andy |
| 支払い方法 | free |
| 対応言語 | zh-CN |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "\u5fae\u8f6f\u5fc5\u5e94\u82f1\u6c49\u5b57\u5178",
"short_name": "\u5fc5\u5e94",
"description": "\u9009\u62e9\u5355\u8bcd\uff0c\u70b9\u51fb\u53f3\u952e\u83dc\u5355\u6253\u5f00\u5fae\u8f6f\u5fc5\u5e94\u5b57\u5178",
"version": "0.7",
"manifest_version": 2,
"icons": {
"16": "bing.png",
"48": "bing.png",
"128": "bing.png"
},
"permissions": [
"contextMenus"
],
"background": {
"scripts": [
"sample.js"
]
}
} | |