Dziennik.pl
Najnowsze wiadomości z dziennik.pl
Wat is Dziennik.pl?
Dziennik.pl is een Chrome-extensie ontwikkeld door INFOR BIZNES Sp. z o.o, en de belangrijkste functie is "Najnowsze wiadomości z dziennik.pl".
Extensie Screenshots
Download het CRX-bestand van de extensie Dziennik.pl
Download Dziennik.pl-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Rozszerzenie wyświetla dziesięć najnowszych newsów z serwisu dziennik.pl. Dziennik.pl to serwis informacyjny. Wiadomości z kraju i ze świata. Wiadomości gospodarcze. Znajdziesz u nas informacje, wydarzenia, komentarze, opinie. Serwis dla kobiet, rozrywka, auto, program tv.
Basisinformatie over de Extensie
Naam | |
ID | fgecpjjgknfffpecfhoeajpkokladanc |
Officiële URL | https://chrome.google.com/webstore/detail/dziennikpl/fgecpjjgknfffpecfhoeajpkokladanc |
Beschrijving | Najnowsze wiadomości z dziennik.pl |
Bestandsgrootte | 90.58 KB |
Aantal Installaties | 52 |
Huidige Versie | 2.2.5 |
Laatst Bijgewerkt | 2014-02-03 |
Publicatiedatum | 2014-02-03 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | INFOR BIZNES Sp. z o.o |
Betalingswijze | free |
Extensiewebsite | http://dziennik.pl |
Ondersteunde Talen | pl |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Dziennik.pl", "description": "Najnowsze wiadomo\u015bci z dziennik.pl", "version": "2.2.5", "permissions": [ "http:\/\/m.dziennik.pl\/", "https:\/\/www.google-analytics.com\/", "storage" ], "icons": { "19": "icon-19.png", "48": "icon-48.png", "128": "icon-128.png" }, "browser_action": { "default_icon": "icon-19.png", "default_title": "Dziennik.pl", "default_popup": "popup.html" }, "background": { "page": "background.html" } } |