Diez.md

Diez.md - Portal de știri pentru tineri.

What is Diez.md?

Diez.md is a Chrome extension developed by https://diez.md, and its main feature is "Diez.md - Portal de știri pentru tineri.".

Extension Screenshots

screenshot

Download Diez.md Extension CRX File

Download Diez.md 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

                        Extensia oficială a portalului de știri pentru tineri Diez.md. Cu ajutorul ei veți putea fi informat la minut despre articolele publicate pe site. Aveți posibilitatea să alegeți categoria de știri pentru care o să fiți notificat despre publicarea unui nou articol. 

Pentru căutarea rapidă a informației pe Diez.md, scriți în bara de adresă simbolul # și apăsați tasta Tab, introduceți textul ce doriți să-l căutați, apăsați Enter - veți fi redirecționați către pagina respectivă.                    

Extension Basic Information

Name Diez.md Diez.md
ID adgaaakkeglddacdbkfjlaekmpeilojb
Official URL https://chromewebstore.google.com/detail/diezmd/adgaaakkeglddacdbkfjlaekmpeilojb
Description Diez.md - Portal de știri pentru tineri.
File Size 327 KB
Installation Count 25
Current Version 1.0.12
Last Updated 2016-03-09
Publish Date 2016-03-09
Rating 5.00/5 Total 5 Ratings
Developer https://diez.md
Payment Type free
Supported Languages ro
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.0.12",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "ro",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "permissions": [
        "notifications",
        "alarms",
        "storage",
        "http:\/\/diez.md\/*"
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "omnibox": {
        "keyword": "#"
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/icon-16.png",
            "48": "images\/icon-48.png"
        },
        "default_title": "__MSG_appDescription__",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "web_accessible_resources": [
        "images\/icon-48.png"
    ]
}