Readmoo Expense
讀墨最近 5 年每月購書金額統計
What is Readmoo Expense?
Readmoo Expense is a Chrome extension developed by https://tylpk.blogspot.com, and its main feature is "讀墨最近 5 年每月購書金額統計".
Extension Screenshots
Download Readmoo Expense Extension CRX File
Download Readmoo Expense extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
個人最常在讀墨購買繁體中文書籍 為了控管每月購書金額 故寫了這支程式統計最近 5 年每月購書金額 使用方式 1. 安裝完畢在圖示上按右鍵,進入選項頁面,選擇過濾條件並儲存 2. 訪問讀墨網站->會員中心->購買紀錄 3. 點下工具圖示 4. 顯示報表 注意 此報表是使用現金制,例如購買犢幣或嗜讀 999 的當下,就視為該月的購書紀錄 ------------------------------------- 版本說明 v1.5 修改 regex pattern,解決判斷總頁數問題。 v1.4 修改 regex pattern,解決判斷總頁數問題。 v1.3 增加選項頁面,選擇是否要過濾犢幣交易 v1.2 增加 progress 進度文字 v1.1 第 1 個完整版
Extension Basic Information
Name | Readmoo Expense |
ID | econggpejepfabcmcabbhfapahaeajef |
Official URL | https://chromewebstore.google.com/detail/readmoo-expense/econggpejepfabcmcabbhfapahaeajef |
Description | 讀墨最近 5 年每月購書金額統計 |
File Size | 46.73 KB |
Installation Count | 84 |
Current Version | 1.5 |
Last Updated | 2023-11-25 |
Publish Date | 2020-04-08 |
Developer | https://tylpk.blogspot.com |
[email protected] | |
Payment Type | free |
Supported Languages | zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Readmoo Expense", "version": "1.5", "description": "\u8b80\u58a8\u6700\u8fd1 5 \u5e74\u6bcf\u6708\u8cfc\u66f8\u91d1\u984d\u7d71\u8a08", "manifest_version": 3, "background": { "service_worker": "js\/background.js" }, "permissions": [ "declarativeContent", "activeTab", "storage", "scripting" ], "action": { "default_popup": "html\/popup.html", "default_icon": { "16": "images\/img16.png", "32": "images\/img32.png", "48": "images\/img48.png", "128": "images\/img128.png" } }, "icons": { "16": "images\/img16.png", "32": "images\/img32.png", "48": "images\/img48.png", "128": "images\/img128.png" }, "options_ui": { "page": "html\/option.html" } } |