Ling.pl - Szybkie wyszukiwanie

Największy słownik internetowy

Wat is Ling.pl - Szybkie wyszukiwanie?

Ling.pl - Szybkie wyszukiwanie is een Chrome-extensie ontwikkeld door http://www.ling.pl, en de belangrijkste functie is "Największy słownik internetowy".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Ling.pl - Szybkie wyszukiwanie

Download Ling.pl - Szybkie wyszukiwanie-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

                        Słownik internetowy zawierający ponad 4,5 miliona haseł. U nas znajdziesz tłumaczenia języka angielskiego, niemieckiego, francuskiego, włoskiego i hiszpańskiego. Darmowy słownik online od teraz dostępny bezpośrednio z menu kontekstowego.                    

Basisinformatie over de Extensie

Naam Ling.pl - Szybkie wyszukiwanie Ling.pl - Szybkie wyszukiwanie
ID apcbdfglohfbfmmpnpobfjbkacmfjlao
Officiële URL https://chrome.google.com/webstore/detail/lingpl-szybkie-wyszukiwan/apcbdfglohfbfmmpnpobfjbkacmfjlao
Beschrijving Największy słownik internetowy
Bestandsgrootte 59.82 KB
Aantal Installaties 261
Huidige Versie 3.1
Laatst Bijgewerkt 2016-10-27
Publicatiedatum 2016-10-27
Beoordeling 3.73/5 Totaal 11 Beoordelingen
Ontwikkelaar http://www.ling.pl
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen pl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Ling.pl - Szybkie wyszukiwanie",
    "version": "3.1",
    "description": "Najwi\u0119kszy s\u0142ownik internetowy",
    "author": "Mateusz Solecki",
    "icons": {
        "128": "icons\/128.png",
        "48": "icons\/48.png",
        "16": "icons\/16.png"
    },
    "background": {
        "scripts": [
            "lib\/jquery-1.6.2.min.js",
            "scripts\/background.js",
            "scripts\/context_menu.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icons\/16.png",
        "default_popup": "html\/popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "permissions": [
        "contextMenus",
        "tabs"
    ],
    "web_accessible_resources": [
        "css\/img\/*",
        "css\/*"
    ],
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "lib\/jquery-1.6.2.min.js",
                "lib\/jquery-ui-1.8.16.custom.min.js",
                "scripts\/content.js"
            ],
            "css": [
                "css\/content.css"
            ]
        }
    ],
    "options_page": "html\/options.html"
}