Expense Tracker
This extension tracks your overall expenses online.
Expense Trackerとは何ですか?
Expense TrackerはAdityaAtriによって開発されたChromeの拡張機能で、その主な機能は「This extension tracks your overall expenses online.」です。
拡張機能のスクリーンショット
Expense Tracker拡張機能のCRXファイルをダウンロード
Expense Tracker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This chrome extension "Expense Tracker" manages your online expenses. You can set your annually/monthly/ weekly expenditure limit. If you cross that limit - you will get notification.
拡張機能の基本情報
名前 | Expense Tracker |
ID | gkmdoophpihehbiphmilpfgoklbbgfmc |
公式URL | https://chromewebstore.google.com/detail/expense-tracker/gkmdoophpihehbiphmilpfgoklbbgfmc |
説明 | This extension tracks your overall expenses online. |
ファイルサイズ | 1.28 MB |
インストール数 | 210 |
現在のバージョン | 1.0.1 |
最終更新日 | 2019-05-12 |
公開日 | 2019-05-12 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | AdityaAtri |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Expense Tracker", "description": "This extension tracks your overall expenses online.", "version": "1.0.1", "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" } |