Linguee Context Menu
A chrome plugin witch provides a context menu for easy linguee searches
Linguee Context Menuとは何ですか?
Linguee Context Menuはaddyiによって開発されたChromeの拡張機能で、その主な機能は「A chrome plugin witch provides a context menu for easy linguee searches」です。
拡張機能のスクリーンショット
Linguee Context Menu拡張機能のCRXファイルをダウンロード
Linguee Context Menu拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This is a chrome plugin which provides a context menu for easy Linguee Translator searches. This plugin is unofficial and has no connection to the firm behind Linguee. 拡張機能の基本情報
| 名前 | |
| ID | agcillhniodhhnjmmigkgpbeodnclmmp |
| 公式URL | https://chromewebstore.google.com/detail/linguee-context-menu/agcillhniodhhnjmmigkgpbeodnclmmp |
| 説明 | A chrome plugin witch provides a context menu for easy linguee searches |
| ファイルサイズ | 78.15 KB |
| インストール数 | 2,985 |
| 現在のバージョン | 1.5.1 |
| 最終更新日 | 2019-05-01 |
| 公開日 | 2019-05-01 |
| 評価 | 4.44/5 合計 9 レビュー |
| 開発者 | addyi |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/addyi/linguee-chrome-plugin |
| ヘルプページのURL | https://github.com/addyi/linguee-chrome-plugin |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Linguee Context Menu",
"author": "addyi",
"homepage_url": "https:\/\/github.com\/addyi\/linguee-chrome-plugin",
"version": "1.5.1",
"manifest_version": 2,
"description": "A chrome plugin witch provides a context menu for easy linguee searches",
"permissions": [
"contextMenus",
"storage"
],
"offline_enabled": false,
"browser_action": {
"default_icon": "img\/pluginIcon128.png",
"default_popup": "popup.html",
"default_title": "Linguee Context Menu"
},
"icons": {
"16": "img\/pluginIcon16.png",
"32": "img\/pluginIcon32.png",
"48": "img\/pluginIcon48.png",
"64": "img\/pluginIcon64.png",
"128": "img\/pluginIcon128.png",
"256": "img\/pluginIcon256.png",
"512": "img\/pluginIcon512.png"
},
"background": {
"scripts": [
"setup.js",
"contextAction.js"
]
}
} | |