Quick Dictionary

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

Cos'è Quick Dictionary?

Quick Dictionary è un'estensione di Chrome sviluppata da hitoshi, e la sua funzione principale è "シンプル画面の英和訳辞書".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Quick Dictionary

Scarica i file di estensione Quick Dictionary in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

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.                    

Informazioni di Base sull'Estensione

Nome Quick Dictionary Quick Dictionary
ID pbajfhmjeeodjppfhknebbnahggdgbgl
URL Ufficiale https://chromewebstore.google.com/detail/quick-dictionary/pbajfhmjeeodjppfhknebbnahggdgbgl
Descrizione シンプル画面の英和訳辞書
Dimensione del File 63.65 KB
Conteggio Installazioni 87
Versione Corrente 0.8
Ultimo Aggiornamento 2017-12-09
Data di Pubblicazione 2017-12-09
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore hitoshi
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}