francais
popup french dictionary for japanese speakers
What is francais?
francais is a Chrome extension developed by tidnlyam, and its main feature is "popup french dictionary for japanese speakers".
Extension Screenshots
Download francais Extension CRX File
Download francais 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
フランス語の単語を選択するとポップアップで日本語の意味を表示します。 フランスの日々さんが f2jdic を pdic 1 行形式に変換したものを使わせていただいています。 http://www.francedays.info/2009/07/blog-post_26.html 辞書データを内蔵しているのでオフラインでも動作します。
Extension Basic Information
Name | francais |
ID | ihoffefpjfgggngijaimlcngecbndffo |
Official URL | https://chromewebstore.google.com/detail/francais/ihoffefpjfgggngijaimlcngecbndffo |
Description | popup french dictionary for japanese speakers |
File Size | 604 KB |
Installation Count | 171 |
Current Version | 0.0.5 |
Last Updated | 2015-04-20 |
Publish Date | 2015-04-20 |
Rating | 5.00/5 Total 1 Ratings |
Developer | tidnlyam |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.0.5", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/background.js" ] }, "browser_action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_title": "francais", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "bower_components\/jquery.tipsy\/css\/jquery.tipsy.css", "styles\/main.css" ], "js": [ "bower_components\/jquery\/dist\/jquery.min.js", "bower_components\/jquery.tipsy\/js\/jquery.tipsy.min.js", "scripts\/dictionary.js", "scripts\/contentscript.js" ], "run_at": "document_end", "all_frames": false } ] } |