Dziennik.pl
Najnowsze wiadomości z dziennik.pl
Qu'est-ce que Dziennik.pl ?
Dziennik.pl est une extension Chrome développée par INFOR BIZNES Sp. z o.o, et sa fonction principale est "Najnowsze wiadomości z dziennik.pl".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Dziennik.pl
Téléchargez les fichiers d'extension Dziennik.pl au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | fgecpjjgknfffpecfhoeajpkokladanc |
URL Officiel | https://chrome.google.com/webstore/detail/dziennikpl/fgecpjjgknfffpecfhoeajpkokladanc |
Description | Najnowsze wiadomości z dziennik.pl |
Taille du Fichier | 90.58 KB |
Nombre d'Installations | 52 |
Version Actuelle | 2.2.5 |
Dernière Mise à Jour | 2014-02-03 |
Date de Publication | 2014-02-03 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | INFOR BIZNES Sp. z o.o |
Type de Paiement | free |
Site Web de l'Extension | http://dziennik.pl |
Langues Prises en Charge | 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" } } |