Quick Dictionary

シンプル画面の英和訳辞書

Wat is Quick Dictionary?

Quick Dictionary is een Chrome-extensie ontwikkeld door hitoshi, en de belangrijkste functie is "シンプル画面の英和訳辞書".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Quick Dictionary

Download Quick Dictionary-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

                        シンプル画面の英和訳辞書です。過去の検索履歴を閲覧可能であり、忘れてしまった単語の再検索も簡単です。

This plugin enables users to quickly translate English<->Japanese word with simple user interface. Because it remembers the past search history, user can easily search forgotten words again.                    

Basisinformatie over de Extensie

Naam Quick Dictionary Quick Dictionary
ID pbajfhmjeeodjppfhknebbnahggdgbgl
Officiële URL https://chromewebstore.google.com/detail/quick-dictionary/pbajfhmjeeodjppfhknebbnahggdgbgl
Beschrijving シンプル画面の英和訳辞書
Bestandsgrootte 63.65 KB
Aantal Installaties 87
Huidige Versie 0.8
Laatst Bijgewerkt 2017-12-09
Publicatiedatum 2017-12-09
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar hitoshi
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Quick Dictionary",
    "version": "0.8",
    "manifest_version": 2,
    "description": "\u30b7\u30f3\u30d7\u30eb\u753b\u9762\u306e\u82f1\u548c\u8a33\u8f9e\u66f8",
    "icons": {
        "128": "images\/icon.png"
    },
    "permissions": [
        "https:\/\/eow.alc.co.jp\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html",
        "default_title": "Quick Dictionary"
    }
}