IATI Decipher
Browser plugins for deciphering IATI organisation files.
什麼是IATI Decipher?
IATI Decipher是由Publish What You Fund開發的Chrome擴展程式,該擴展的主要功能是“Browser plugins for deciphering IATI organisation files.”。
擴展截圖
下載IATI Decipher擴展crx文件
下載IATI Decipher擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
                        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                     擴展基本資訊
| 名稱 |   |  
| ID | akignlamolglcjboilhajenkkkcnohjj | 
| 官方網址 | https://chromewebstore.google.com/detail/iati-decipher/akignlamolglcjboilhajenkkkcnohjj | 
| 簡介 | Browser plugins for deciphering IATI organisation files. | 
| 檔案大小 | 1.95 MB | 
| 安裝次數 | 106 | 
| 目前版本 | 1.5.2 | 
| 更新時間 | 2019-12-22 | 
| 上架時間 | 2019-12-19 | 
| 評分 | 5.00/5 共 3 次評分 | 
| 開發者 | Publish What You Fund | 
| 電子郵箱 | [email protected] | 
| 付費類型 | free | 
| 擴展官網 | https://iati-decipher.publishwhatyoufund.org | 
| 隱私政策頁面URL | http://www.publishwhatyoufund.org/privacy-policy | 
| 支援的語言 | 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"
    }
}  |  |