Translect
Allows you to quickly and easily translate French words to English.
Translectとは何ですか?
Translectは8enmannによって開発されたChromeの拡張機能で、その主な機能は「Allows you to quickly and easily translate French words to English.」です。
拡張機能のスクリーンショット
Translect拡張機能のCRXファイルをダウンロード
Translect拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Makes it fast and easy to translate word by word from French to English. Based on Wiktionary data. Doesn't work on all word forms yet. This project is open source! To contribute please see https://github.com/8enmann/translect This app can be extended to support other languages as well.
拡張機能の基本情報
名前 | |
ID | jmeginlikpfohfopfnfpbdbcghcoodic |
公式URL | https://chrome.google.com/webstore/detail/translect/jmeginlikpfohfopfnfpbdbcghcoodic |
説明 | Allows you to quickly and easily translate French words to English. |
ファイルサイズ | 45.74 KB |
インストール数 | 48 |
現在のバージョン | 1.0 |
最終更新日 | 2013-08-05 |
公開日 | 2013-08-05 |
評価 | 3.00/5 合計 3 レビュー |
開発者 | 8enmann |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Translect", "description": "Allows you to quickly and easily translate French words to English.", "version": "1.0", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "permissions": [ "https:\/\/fr.wiktionary.org\/", "tabs", "http:\/\/*\/*" ], "content_security_policy": "script-src 'self' https:\/\/fr.wiktionary.org; object-src 'self'", "browser_action": { "default_icon": "images\/icon.png", "default_popup": "translect.html" } } |