Gazeta.pl
Dzięki alertowi Gazeta.pl dostęp do informacji nigdy nie był szybszy i łatwiejszy!
Hvad er Gazeta.pl?
Gazeta.pl er en Chrome-udvidelse udviklet af Informacje z Gazeta.pl, og dens hovedfunktion er "Dzięki alertowi Gazeta.pl dostęp do informacji nigdy nie był szybszy i łatwiejszy!".
Udvidelsesskærmbilleder
Download Gazeta.pl-udvidelses-CRX-fil
Download Gazeta.pl-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | mgmkibjehmijilgdlafejbedipjcjeaj |
Officiel URL | https://chrome.google.com/webstore/detail/gazetapl/mgmkibjehmijilgdlafejbedipjcjeaj |
Beskrivelse | Dzięki alertowi Gazeta.pl dostęp do informacji nigdy nie był szybszy i łatwiejszy! |
Filstørrelse | 132 KB |
Antal Installationer | 468 |
Nuværende Version | 1.0.3 |
Senest Opdateret | 2016-04-12 |
Udgivelsesdato | 2016-04-12 |
Bedømmelse | 3.38/5 Samlet 8 Bedømmelser |
Udvikler | Informacje z Gazeta.pl |
Betalingsmetode | free |
Understøttede Sprog | 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" } |