Ling.pl - Szybkie wyszukiwanie

Największy słownik internetowy

What is Ling.pl - Szybkie wyszukiwanie?

Ling.pl - Szybkie wyszukiwanie is a Chrome extension developed by http://www.ling.pl, and its main feature is "Największy słownik internetowy".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Ling.pl - Szybkie wyszukiwanie Extension CRX File

Download Ling.pl - Szybkie wyszukiwanie extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Ling.pl - Szybkie wyszukiwanie Ling.pl - Szybkie wyszukiwanie
ID apcbdfglohfbfmmpnpobfjbkacmfjlao
Official URL https://chrome.google.com/webstore/detail/lingpl-szybkie-wyszukiwan/apcbdfglohfbfmmpnpobfjbkacmfjlao
Description Największy słownik internetowy
File Size 59.82 KB
Installation Count 261
Current Version 3.1
Last Updated 2016-10-27
Publish Date 2016-10-27
Rating 3.73/5 Total 11 Ratings
Developer http://www.ling.pl
Email [email protected]
Payment Type free
Supported Languages 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"
}