Glavne Vesti - web preporuke

Preporuke vesti iz regiona.

What is Glavne Vesti - web preporuke?

Glavne Vesti - web preporuke is a Chrome extension developed by http://www.glavnevesti.com, and its main feature is "Preporuke vesti iz regiona.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Glavne Vesti - web preporuke Extension CRX File

Download Glavne Vesti - web preporuke 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

                        Web preporuke preporučuju slične vesti na osnovu Vaših pretraga i interesovanja, pa ih zato nazivaju "pametne preporuke".
 
Navode Vas na najaktuelnije vesti svih web medija na našim prostorima.

Imate mogućnost izbora kategorija i izvora, što Vam omogućava još veće uživanje.                    

Extension Basic Information

Name Glavne Vesti - web preporuke Glavne Vesti - web preporuke
ID lpihajodhfbhmefggbdgodeijhgbmedd
Official URL https://chrome.google.com/webstore/detail/glavne-vesti-web-preporuk/lpihajodhfbhmefggbdgodeijhgbmedd
Description Preporuke vesti iz regiona.
File Size 249 KB
Installation Count 22
Current Version 0.0.0.5
Last Updated 2016-06-02
Publish Date 2016-06-02
Developer http://www.glavnevesti.com
Email [email protected]
Payment Type free
Extension Website http://www.glavnevesti.com
Supported Languages sr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Glavne Vesti - web preporuke",
    "short_name": "Glavne Vesti",
    "description": "Preporuke vesti iz regiona.",
    "version": "0.0.0.5",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "jquery-1.10.2.min.js",
            "background.js"
        ],
        "persistent": false
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "jquery-1.10.2.min.js",
                "myScript.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "popup.html"
    ],
    "permissions": [
        "http:\/\/*\/*",
        "http:\/\/www.glavnevesti.com\/",
        "notifications",
        "tabs",
        "activeTab",
        "declarativeContent"
    ]
}