Agora

Agora - stiri

What is Agora?

Agora is a Chrome extension developed by http://agora.md, and its main feature is "Agora - stiri".

Extension Screenshots

screenshot

Download Agora Extension CRX File

Download Agora 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

                        Externsia AGORA pentru Google Chrome vă permite să urmăriți, dar și să fiți notificat despre ultimele știri care au fost publicate pe www.Agora.md. Instrumentul este simplu de utilizat. Extensia se instalează în Google Chrome, apare în browserul dvs și vă permite să o deschideți ori de câte ori este nevoie. După instalare, cu un singur click veți putea citi titlurile ultimelor știri.                    

Extension Basic Information

Name Agora Agora
ID gpeelempifagilnmppbjidfmcncggolc
Official URL https://chrome.google.com/webstore/detail/agora/gpeelempifagilnmppbjidfmcncggolc
Description Agora - stiri
File Size 124 KB
Installation Count 29
Current Version 1.0.3
Last Updated 2015-08-10
Publish Date 2015-08-10
Rating 4.78/5 Total 9 Ratings
Developer http://agora.md
Payment Type free
Supported Languages ro
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Agora",
    "description": "Agora - stiri",
    "version": "1.0.3",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "background": {
        "scripts": [
            "assets\/jquery-2.1.4.min.js",
            "src\/min\/background.js"
        ],
        "persistent": true
    },
    "icons": {
        "16": "assets\/images\/icon16.png",
        "48": "assets\/images\/icon48.png",
        "128": "assets\/images\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "assets\/images\/icon19.png",
            "38": "assets\/images\/icon38.png"
        },
        "default_popup": "popup.html",
        "default_title": "Agora"
    },
    "permissions": [
        "storage",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "notifications"
    ]
}