Budget Manager
This extension tracks your overall spendings.
Budget Managerとは何ですか?
Budget ManagerはJyotsna-Singhによって開発されたChromeの拡張機能で、その主な機能は「This extension tracks your overall spendings.」です。
拡張機能のスクリーンショット
Budget Manager拡張機能のCRXファイルをダウンロード
Budget Manager拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                                             拡張機能の基本情報
| 名前 |   |  
| ID | bnfiedcnljoamomnmcjpbolikmdpgecd | 
| 公式URL | https://chromewebstore.google.com/detail/budget-manager/bnfiedcnljoamomnmcjpbolikmdpgecd | 
| 説明 | This extension tracks your overall spendings. | 
| ファイルサイズ | 44.53 KB | 
| インストール数 | 77 | 
| 現在のバージョン | 1.0 | 
| 最終更新日 | 2017-08-09 | 
| 公開日 | 2017-08-09 | 
| 評価 | 2.50/5 合計 2 レビュー | 
| 開発者 | Jyotsna-Singh | 
| Eメール | [email protected] | 
| 支払い方法 | free | 
| 対応言語 | en-US | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Budget Manager",
    "description": "This extension tracks your overall spendings.",
    "version": "1.0",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "permissions": [
        "storage",
        "notifications",
        "contextMenus"
    ],
    "options_page": "options.html"
}  |  |