SZTAKI Dictionary Extension

Translate easily as you browse the web.

Wat is SZTAKI Dictionary Extension?

SZTAKI Dictionary Extension is een Chrome-extensie ontwikkeld door Zoltan Szekely, en de belangrijkste functie is "Translate easily as you browse the web.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie SZTAKI Dictionary Extension

Download SZTAKI Dictionary Extension-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

                        Fordíts egyszerűen és gyorsan böngészés közben!

Használat: kattints a bővítmény gombjára (a címsor mellett található), vagy használd a jobb egérgombos menüt.

Tipp: ha az aktuális oldalon kijelölöd a fordítandó szót és utána kattintasz, automatikusan elindul a kijelölt kifejezés keresése a legutóbb használt szótárral.

A bővítmény a SZTAKI szótárait használja.

(Én, mint a bővítmény készítője semmiféle kapcsolatban nem állok a SZTAKI-val.)                    

Basisinformatie over de Extensie

Naam SZTAKI Dictionary Extension SZTAKI Dictionary Extension
ID abhgkgfbihhkopkinomfideiddeleldo
Officiële URL https://chromewebstore.google.com/detail/sztaki-dictionary-extensi/abhgkgfbihhkopkinomfideiddeleldo
Beschrijving Translate easily as you browse the web.
Bestandsgrootte 14.74 KB
Aantal Installaties 2,052
Huidige Versie 2.1
Laatst Bijgewerkt 2013-02-28
Publicatiedatum 2013-02-28
Beoordeling 4.14/5 Totaal 51 Beoordelingen
Ontwikkelaar Zoltan Szekely
Betalingswijze free
Ondersteunde Talen hu
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SZTAKI Dictionary Extension",
    "version": "2.1",
    "manifest_version": 2,
    "description": "Translate easily as you browse the web.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon16.png",
        "default_title": "SZTAKI sz\u00f3t\u00e1r",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "tabs",
        "contextMenus",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}