Gazeta.pl

Dzięki alertowi Gazeta.pl dostęp do informacji nigdy nie był szybszy i łatwiejszy!

What is Gazeta.pl?

Gazeta.pl is a Chrome extension developed by Informacje z Gazeta.pl, and its main feature is "Dzięki alertowi Gazeta.pl dostęp do informacji nigdy nie był szybszy i łatwiejszy!".

Extension Screenshots

screenshot
screenshot

Download Gazeta.pl Extension CRX File

Download Gazeta.pl 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

                        Gazeta.pl - Polska i świat - wiadomości | informacje | wydarzenia

Wtyczka zapewnia szybki dostęp do newsów ze strony głównej Gazeta.pl a także do serwisów tematycznych - Sport, Biznes, Plotek, Kobieta, Zdrowie, eDziecko. Znajdują się też linki do Poczty e-mail, Forum, Bloxa i ofert z GazetaPraca.pl. 

Zobacz newsy z ostatnich 24 h, sprawdź pocztę, czytaj forum, bloguj.                    

Extension Basic Information

Name Gazeta.pl Gazeta.pl
ID mgmkibjehmijilgdlafejbedipjcjeaj
Official URL https://chrome.google.com/webstore/detail/gazetapl/mgmkibjehmijilgdlafejbedipjcjeaj
Description Dzięki alertowi Gazeta.pl dostęp do informacji nigdy nie był szybszy i łatwiejszy!
File Size 132 KB
Installation Count 468
Current Version 1.0.3
Last Updated 2016-04-12
Publish Date 2016-04-12
Rating 3.38/5 Total 8 Ratings
Developer Informacje z Gazeta.pl
Payment Type free
Supported Languages pl
manifest.json
{
    "name": "__MSG_title__",
    "short_name": "__MSG_title__",
    "version": "1.0.3",
    "description": "__MSG_description__",
    "icons": {
        "16": "app\/gfx\/gazeta_icon_16.png",
        "32": "app\/gfx\/gazeta_icon_32.png",
        "48": "app\/gfx\/gazeta_icon_48.png",
        "128": "app\/gfx\/gazeta_icon_128.png"
    },
    "background": {
        "page": "app\/views\/background.html"
    },
    "browser_action": {
        "default_title": "Gazeta.pl",
        "default_popup": "app\/views\/popup.html"
    },
    "chrome_settings_overrides": {
        "homepage": "http:\/\/www.gazeta.pl\/0,0.html?p=174",
        "startup_pages": [
            "http:\/\/www.gazeta.pl\/0,0.html?p=174"
        ]
    },
    "permissions": [
        "http:\/\/*.plotek.pl\/*",
        "http:\/\/*.sport.pl\/*",
        "http:\/\/*.gazeta.pl\/*",
        "http:\/\/www.edziecko.pl\/*",
        "http:\/\/*.feedsportal.com\/*",
        "storage",
        "background"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "default_locale": "pl"
}