IATI Decipher

Browser plugins for deciphering IATI organisation files.

What is IATI Decipher?

IATI Decipher is a Chrome extension developed by Publish What You Fund, and its main feature is "Browser plugins for deciphering IATI organisation files.".

Extension Screenshots

screenshot
screenshot
screenshot

Download IATI Decipher Extension CRX File

Download IATI Decipher 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

                        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                    

Extension Basic Information

Name IATI Decipher IATI Decipher
ID akignlamolglcjboilhajenkkkcnohjj
Official URL https://chromewebstore.google.com/detail/iati-decipher/akignlamolglcjboilhajenkkkcnohjj
Description Browser plugins for deciphering IATI organisation files.
File Size 1.95 MB
Installation Count 106
Current Version 1.5.2
Last Updated 2019-12-22
Publish Date 2019-12-19
Rating 5.00/5 Total 3 Ratings
Developer Publish What You Fund
Email [email protected]
Payment Type free
Extension Website https://iati-decipher.publishwhatyoufund.org
Privacy Policy Page URL http://www.publishwhatyoufund.org/privacy-policy
Supported Languages 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"
    }
}