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
拡張機能の基本情報
名前 | IATI Decipher |
ID | akignlamolglcjboilhajenkkkcnohjj |
公式URL | 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 |
Eメール | [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" } } |