YAL Tool
Quick language tool, convenient and unofficial backend for some language sites.
YAL Toolとは何ですか?
YAL Toolはhttps://chesnerdesir.blogspot.comによって開発されたChromeの拡張機能で、その主な機能は「Quick language tool, convenient and unofficial backend for some language sites.」です。
拡張機能のスクリーンショット
YAL Tool拡張機能のCRXファイルをダウンロード
YAL Tool拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This is Yet Another Language Tool that is a shortcut to features like translation/definition of sites like Reverso.net, Linguee.fr, Wiktionary.org, Urban dictionary. Features: 1) Your search request is redirected to the associated features on these sites and your preferred options are automatically saved. 2) Spread option will launch your request with all related sites, e.g. a query for translation f "whistle" will bring reverso, linguee sites with loaded parameters. Consider this application just as a convenient and easy tool to access these features. We have no relation with the sites mentioned above. If you have suggestions, send us a mail or put a comment below.
拡張機能の基本情報
名前 | YAL Tool |
ID | fbdnembekpbgiobohnheendigpfldhkc |
公式URL | https://chromewebstore.google.com/detail/yal-tool/fbdnembekpbgiobohnheendigpfldhkc |
説明 | Quick language tool, convenient and unofficial backend for some language sites. |
ファイルサイズ | 50.28 KB |
インストール数 | 50 |
現在のバージョン | 1.0.6 |
最終更新日 | 2012-09-22 |
公開日 | 2012-09-22 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | https://chesnerdesir.blogspot.com |
支払い方法 | free |
対応言語 | fr |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "YAL Tool", "description": "Quick language tool, convenient and unofficial backend for some language sites.", "version": "1.0.6", "manifest_version": 2, "permissions": [ "tabs", "http:\/\/*\/*" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_title": "Yet Another Language Tool", "default_icon": "icon.png", "default_popup": "popup.html" } } |