Dziennik.pl

Najnowsze wiadomości z dziennik.pl

What is Dziennik.pl?

Dziennik.pl is a Chrome extension developed by INFOR BIZNES Sp. z o.o, and its main feature is "Najnowsze wiadomości z dziennik.pl".

Extension Screenshots

screenshot

Download Dziennik.pl Extension CRX File

Download Dziennik.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

                        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.                    

Extension Basic Information

Name Dziennik.pl Dziennik.pl
ID fgecpjjgknfffpecfhoeajpkokladanc
Official URL https://chrome.google.com/webstore/detail/dziennikpl/fgecpjjgknfffpecfhoeajpkokladanc
Description Najnowsze wiadomości z dziennik.pl
File Size 90.58 KB
Installation Count 52
Current Version 2.2.5
Last Updated 2014-02-03
Publish Date 2014-02-03
Rating 5.00/5 Total 1 Ratings
Developer INFOR BIZNES Sp. z o.o
Payment Type free
Extension Website http://dziennik.pl
Supported Languages 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"
    }
}