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 |
公式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 |
Eメール | [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'" } |