Budget Manager

This extension tracks your overall spendings.

Budget Managerとは何ですか?

Budget ManagerはAzad Labsによって開発されたChromeの拡張機能で、その主な機能は「This extension tracks your overall spendings.」です。

Budget Manager拡張機能のCRXファイルをダウンロード

Budget Manager拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Calculate your spending.                    

拡張機能の基本情報

名前 Budget Manager Budget Manager
ID kkiofekmelcpopjenhnjelgiaeifejjl
公式URL https://chromewebstore.google.com/detail/budget-manager/kkiofekmelcpopjenhnjelgiaeifejjl
説明 This extension tracks your overall spendings.
ファイルサイズ 41.3 KB
インストール数 436
現在のバージョン 1.0
最終更新日 2017-09-25
公開日 2017-09-24
評価 4.25/5 合計 4 レビュー
開発者 Azad Labs
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Budget Manager",
    "version": "1.0",
    "description": "This extension tracks your overall spendings.",
    "icons": {
        "128": "img\/icon128.png",
        "48": "img\/icon48.png",
        "16": "img\/icon16.png"
    },
    "browser_action": {
        "default_icon": "img\/icon16.png",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "background": {
        "scripts": [
            "js\/eventPage.js"
        ],
        "persistent": false
    },
    "permissions": [
        "storage",
        "notifications",
        "contextMenus"
    ]
}