Ling.pl - Szybkie wyszukiwanie

Największy słownik internetowy

Qu'est-ce que Ling.pl - Szybkie wyszukiwanie ?

Ling.pl - Szybkie wyszukiwanie est une extension Chrome développée par http://www.ling.pl, et sa fonction principale est "Największy słownik internetowy".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Ling.pl - Szybkie wyszukiwanie

Téléchargez les fichiers d'extension Ling.pl - Szybkie wyszukiwanie au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Ling.pl - Szybkie wyszukiwanie Ling.pl - Szybkie wyszukiwanie
ID apcbdfglohfbfmmpnpobfjbkacmfjlao
URL Officiel https://chrome.google.com/webstore/detail/lingpl-szybkie-wyszukiwan/apcbdfglohfbfmmpnpobfjbkacmfjlao
Description Największy słownik internetowy
Taille du Fichier 59.82 KB
Nombre d'Installations 261
Version Actuelle 3.1
Dernière Mise à Jour 2016-10-27
Date de Publication 2016-10-27
Évaluation 3.73/5 Total 11 Évaluations
Développeur http://www.ling.pl
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
}