Expense Tab
Expense Manager Tab
什麼是Expense Tab?
Expense Tab是由skyran1278開發的Chrome擴展程式,該擴展的主要功能是“Expense Manager Tab”。
擴展截圖
下載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/
擴展基本資訊
名稱 | |
ID | hmajboankhnpjaffdknfgfmlidgpamad |
官方網址 | 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'" } |