Gazeta.pl
Dzięki alertowi Gazeta.pl dostęp do informacji nigdy nie był szybszy i łatwiejszy!
Was ist Gazeta.pl?
Gazeta.pl ist eine Chrome-Erweiterung, die von Informacje z Gazeta.pl entwickelt wurde, und ihr Hauptmerkmal ist "Dzięki alertowi Gazeta.pl dostęp do informacji nigdy nie był szybszy i łatwiejszy!".
Erweiterungsscreenshots
Gazeta.pl-Erweiterungs-CRX-Datei herunterladen
Laden Sie Gazeta.pl-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | mgmkibjehmijilgdlafejbedipjcjeaj |
Offizielle URL | https://chrome.google.com/webstore/detail/gazetapl/mgmkibjehmijilgdlafejbedipjcjeaj |
Beschreibung | Dzięki alertowi Gazeta.pl dostęp do informacji nigdy nie był szybszy i łatwiejszy! |
Dateigröße | 132 KB |
Installationsanzahl | 468 |
Aktuelle Version | 1.0.3 |
Letztes Update | 2016-04-12 |
Veröffentlichungsdatum | 2016-04-12 |
Bewertung | 3.38/5 Insgesamt 8 Bewertungen |
Entwickler | Informacje z Gazeta.pl |
Zahlungsart | free |
Unterstützte Sprachen | 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" } |