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
官方URL 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"
}