Wiktionary Translator

Quickly look up words in wiktionary as you read

Apa itu Wiktionary Translator?

Wiktionary Translator adalah ekstensi Chrome yang dikembangkan oleh axolotl, dan fitur utamanya adalah "Quickly look up words in wiktionary as you read".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Wiktionary Translator

Unduh file ekstensi Wiktionary Translator dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Wiktionary translator is a simple and quick way to translate words on a page. 

Just select a word on your page and press Shift+Ctrl+F to open the translator popup to see the wiktionary results! You can also type words to search directly in the popup.

You can select a different language for wiktionary translator in the Options page.                    

Informasi Dasar Ekstensi

Nama Wiktionary Translator Wiktionary Translator
ID ilghalkaapnhooaegoecclkebghfdpjp
URL Resmi https://chromewebstore.google.com/detail/wiktionary-translator/ilghalkaapnhooaegoecclkebghfdpjp
Deskripsi Quickly look up words in wiktionary as you read
Ukuran File 82.76 KB
Jumlah Instalasi 223
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2015-03-16
Tanggal Publikasi 2015-03-16
Penilaian 2.78/5 Total 9 Penilaian
Pengembang axolotl
Tipe Pembayaran free
Situs Ekstensi https://github.com/Risto-Stevcev/wiktionary-translator
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Wiktionary Translator",
    "description": "Quickly look up words in wiktionary as you read",
    "version": "1.0.0",
    "manifest_version": 2,
    "options_page": "options\/options.html",
    "permissions": [
        "storage",
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content_scripts\/selection.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup\/popup.html"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+F",
                "mac": "MacCtrl+Shift+F"
            }
        }
    }
}