Expense Tab

Expense Manager Tab

什么是Expense Tab?

Expense Tab是由skyran1278开发的Chrome扩展程序,该扩展的主要功能是“Expense Manager Tab”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Expense Tab扩展crx文件

下载Expense Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Expense Manager Tab is just an expense record New Tab.

It can help you manage your life expense and income.

I hope you'll enjoy it!

Thank you.

Web: https://expense-manager-eacea.web.app/                    

扩展基本信息

名称 Expense Tab Expense Tab
ID hmajboankhnpjaffdknfgfmlidgpamad
官方URL https://chrome.google.com/webstore/detail/expense-tab/hmajboankhnpjaffdknfgfmlidgpamad
简介 Expense Manager Tab
文件大小 1.69 MB
安装次数 162
当前版本 3.5
更新时间 2019-09-14
上架时间 2019-09-14
评分 5.00/5 共3次评分
开发者 skyran1278
电子邮箱 [email protected]
付费类型 free
扩展官网 https://skyran.me
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Expense Tab",
    "version": "3.5",
    "manifest_version": 2,
    "description": "Expense Manager Tab",
    "short_name": "ExpenseTab",
    "icons": {
        "16": ".\/img\/icon_16.png",
        "48": ".\/img\/icon_48.png",
        "128": ".\/img\/icon_128.png"
    },
    "background": {
        "scripts": [
            ".\/js\/bundle.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "tabs"
    ],
    "content_security_policy": "script-src 'self' https:\/\/apis.google.com https:\/\/code.jquery.com https:\/\/maxcdn.bootstrapcdn.com https:\/\/ajax.googleapis.com https:\/\/www.gstatic.com https:\/\/cdn.firebase.com https:\/\/*.firebaseio.com; object-src 'self'"
}