francais
popup french dictionary for japanese speakers
Wat is francais?
francais is een Chrome-extensie ontwikkeld door tidnlyam, en de belangrijkste functie is "popup french dictionary for japanese speakers".
Extensie Screenshots
Download het CRX-bestand van de extensie francais
Download francais-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
フランス語の単語を選択するとポップアップで日本語の意味を表示します。
フランスの日々さんが f2jdic を pdic 1 行形式に変換したものを使わせていただいています。
http://www.francedays.info/2009/07/blog-post_26.html
辞書データを内蔵しているのでオフラインでも動作します。 Basisinformatie over de Extensie
| Naam | |
| ID | ihoffefpjfgggngijaimlcngecbndffo |
| Officiële URL | https://chromewebstore.google.com/detail/francais/ihoffefpjfgggngijaimlcngecbndffo |
| Beschrijving | popup french dictionary for japanese speakers |
| Bestandsgrootte | 604 KB |
| Aantal Installaties | 171 |
| Huidige Versie | 0.0.5 |
| Laatst Bijgewerkt | 2015-04-20 |
| Publicatiedatum | 2015-04-20 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | tidnlyam |
| Betalingswijze | free |
| Ondersteunde Talen | 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
}
]
} | |