UNIAN

UNIAN news. Recent news from Ukraine

Τι είναι το UNIAN;

Το UNIAN είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον UNIAN, και η κύρια λειτουργία του είναι "UNIAN news. Recent news from Ukraine".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης UNIAN

Λήψη αρχείων επέκτασης UNIAN σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        UNIAN - the first Ukrainian independent news agency founded in 1993, the most influential and most cited source of news in the UA-net. International news provider number 1 on the events taking place in Ukraine, the largest Ukrainian news photo service. Currently UNIAN also has the largest among the Ukrainian media correspondent network in the European Union. 
24 hours, 7 days a week, more than 200 employees UNIAN information services produce thousands of news, every day the agency team observers prepare analytical publications on the economic and political processes in the country and the world. Special department editors selects the most significant and interesting articles from a wide range of information products specifically for readers of UNIAN free mobile application.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα UNIAN UNIAN
ID fdeaejgplhaehihghcppjafgpfpjmbad
Επίσημο URL https://chromewebstore.google.com/detail/unian/fdeaejgplhaehihghcppjafgpfpjmbad
Περιγραφή UNIAN news. Recent news from Ukraine
Μέγεθος Αρχείου 105 KB
Αριθμός Εγκαταστάσεων 1,233
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2018-09-04
Ημερομηνία Δημοσίευσης 2018-09-04
Αξιολόγηση 4.19/5 Συνολικά 37 Αξιολογήσεις
Προγραμματιστής UNIAN
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US,ru,uk
manifest.json
{
    "background": {
        "persistent": true,
        "scripts": [
            "js\/jquery-1.12.4.min.js",
            "js\/background.js",
            "js\/main.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/icon48.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "default_locale": "en_US",
    "description": "__MSG_extDescription__",
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png",
        "48": "images\/icon48.png"
    },
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "https:\/\/www.unian.net\/",
        "https:\/\/www.unian.ua\/",
        "https:\/\/www.unian.info\/",
        "https:\/\/api.unian.net\/"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0",
    "web_accessible_resources": [
        "chrome.html"
    ]
}