Swiss Budget Manager

Use the Swiss saviness to make sure you keep track of your spendings by highlighting and clicking! Create a limit to not spend more

什麼是Swiss Budget Manager?

Swiss Budget Manager是由Michael M開發的Chrome擴展程式,該擴展的主要功能是“Use the Swiss saviness to make sure you keep track of your spendings by highlighting and clicking! Create a limit to not spend more”。

擴展截圖

screenshot

下載Swiss Budget Manager擴展crx文件

下載Swiss Budget Manager擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Highlight the price of an item's price and right click to add it to your spending.

You can see your spending and your limit on the upper right corner.

Set your limit inside the options                    

擴展基本資訊

名稱 Swiss Budget Manager Swiss Budget Manager
ID djieiklpkjjjkpacmhelikfebpdmofba
官方網址 https://chromewebstore.google.com/detail/swiss-budget-manager/djieiklpkjjjkpacmhelikfebpdmofba
簡介 Use the Swiss saviness to make sure you keep track of your spendings by highlighting and clicking! Create a limit to not spend more
檔案大小 41.08 KB
安裝次數 40
目前版本 1.0
更新時間 2017-06-21
上架時間 2017-06-21
開發者 Michael M
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Swiss Budget Manager",
    "description": "Use the Swiss saviness to make sure you keep track of your spendings by highlighting and clicking! Create a limit to not spend more",
    "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"
}