easyWords

Translate it, faster and easier

Apa itu easyWords?

easyWords adalah ekstensi Chrome yang dikembangkan oleh sataniccrow, dan fitur utamanya adalah "Translate it, faster and easier".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi easyWords

Unduh file ekstensi easyWords 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

                        Translate what you want as fast as you can without leaving your page :)

...
This project is born as a simple chrome extension which aids in using the translation tool offered by Word Reference through its API. 

Before using the extension, the creation of a personal API KEY was mandatory; to create yours, you should go to the API registration page and create your own API_key (http://www.wordreference.com/docs/APIregistration.aspx).
Now this service has been shut down as well as the generation of API key.                    

Informasi Dasar Ekstensi

Nama easyWords easyWords
ID faiilkphlbkfnjddbappbaahpmafhmbj
URL Resmi https://chromewebstore.google.com/detail/easywords/faiilkphlbkfnjddbappbaahpmafhmbj
Deskripsi Translate it, faster and easier
Ukuran File 101 KB
Jumlah Instalasi 26
Versi Saat Ini 1.4.9
Terakhir Diperbarui 2021-10-19
Tanggal Publikasi 2018-04-05
Penilaian 5.00/5 Total 1 Penilaian
Pengembang sataniccrow
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": "grapx\/ghost.png",
        "default_popup": "html\/main.html"
    },
    "content_scripts": [
        {
            "js": [
                "js\/jquery-1.8.3.min.js",
                "js\/json2.js",
                "js\/api.js",
                "js\/trigger.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "description": "Translate it, faster and easier",
    "icons": {
        "128": "grapx\/ghost.png"
    },
    "manifest_version": 2,
    "name": "easyWords",
    "permissions": [
        "storage",
        ""
    ],
    "version": "1.4.9"
}