IATI Decipher

Browser plugins for deciphering IATI organisation files.

Co je IATI Decipher?

IATI Decipher je rozšíření Chrome vyvinuté Publish What You Fund, a jeho hlavní funkcí je „Browser plugins for deciphering IATI organisation files.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření IATI Decipher

Stáhněte si soubory rozšíření IATI Decipher ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        A browser plugin to visualise any IATI organisation file listed on the IATI registry (https://iatiregistry.org).

 - Visualise all org-level budget data – either total, or filtered by recipient country, recipient region, or recipient organisation. Additionally, filter by budget line
 - Visualise org-level expenditure data, and filter by expense line
 - Export filtered budget or expenditure data to Excel
 - Search and filter documents                    

Základní Informace o Rozšíření

Název IATI Decipher IATI Decipher
ID akignlamolglcjboilhajenkkkcnohjj
Oficiální URL https://chromewebstore.google.com/detail/iati-decipher/akignlamolglcjboilhajenkkkcnohjj
Popis Browser plugins for deciphering IATI organisation files.
Velikost souboru 1.95 MB
Počet instalací 106
Aktuální Verze 1.5.2
Poslední Aktualizace 2019-12-22
Datum Vydání 2019-12-19
Hodnocení 5.00/5 Celkem 3 Hodnocení
Vývojář Publish What You Fund
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://iati-decipher.publishwhatyoufund.org
URL Stránky Zásad Ochrany Soukromí http://www.publishwhatyoufund.org/privacy-policy
Podporované Jazyky en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "IATI Decipher",
    "version": "1.5.2",
    "description": "Browser plugins for deciphering IATI organisation files.",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs"
    ],
    "icons": {
        "16": "img\/icon-16.png",
        "32": "img\/icon-32.png",
        "128": "img\/icon-128.png"
    },
    "content_scripts": [
        {
            "js": [
                "js\/js.js"
            ],
            "matches": [
                "*:\/\/*.iatiregistry.org\/dataset*",
                "*:\/\/*.iatiregistry.org\/publisher\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        "css\/css.css",
        "webfonts\/*",
        "fonts\/*",
        "img\/*",
        "json\/*"
    ],
    "browser_action": {
        "default_icon": {
            "16": "img\/icon-16.png",
            "32": "img\/icon-32.png",
            "128": "img\/icon-128.png"
        },
        "default_title": "IATI Decipher",
        "default_popup": "html\/popup.html"
    }
}