Smart Ledger
Simple track and keep your ledger.
Smart Ledgerคืออะไร?
Smart Ledger เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Vere Perrot และคุณลักษณะหลักของมันคือ "Simple track and keep your ledger."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Smart Ledger
ดาวน์โหลดไฟล์ส่วนขยาย Smart Ledger ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
You can add or search items to the shopping list easily. It will auto sync your data to every chrome browser with the extension. And change colors if you like. Extension Features: * Input item in the input box to add some items. * Add remind by input a symbol @ before the date text. Example: @12/12/2015. * Add tag by input a symbol # before the tag text. Example: #store. * Add price by input a symbol $ before the price text. Example: $100. * Mark a item by input a symbol ^. Example: ^. * Edit a item by input a symbol ! and number then press enter key. Example:!10. * Move 1's item into cart by input a string like ":[NUM]i". Example: ":1i". * Move 1's and 2's items into cart by input a string like ":[NUM1],[NUM2]i". Example: ":1,2i". * Delete 1's item by input a string like ":[NUM]d". Example: ":1d". * Delete 1's and 2's items by input a string like ":[NUM1],[NUM2]d". Example: ":1,2d". * Click remove mark icon to remove marked items. * Click remove icon to remove single item. * Click edit icon to edit a item. * Click hide mark icon to hide marked items. * Click remind icon to switch remind mode. * Click change colors icon to change the theme. * Click option icon to show more functions. * Show count of the unmark items at the icon. * Change a theme by input string "colors leaf". * Click help icon go to help page. * Search a item by input some text in the input box.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ihdpbfcenmkccpeiimogoaikgloijibk |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/smart-ledger/ihdpbfcenmkccpeiimogoaikgloijibk |
คำอธิบาย | Simple track and keep your ledger. |
ขนาดไฟล์ | 573 KB |
จำนวนการติดตั้ง | 20 |
เวอร์ชันปัจจุบัน | 1.6 |
อัปเดตครั้งล่าสุด | 2015-12-13 |
วันที่เผยแพร่ | 2015-12-13 |
ผู้พัฒนา | Vere Perrot |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Smart Ledger", "description": "Simple track and keep your ledger.", "version": "1.6", "author": "Vere Perrot", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": { "default_icon": "images\/icon.png", "default_popup": "index.html" }, "permissions": [ "debugger", "storage" ], "background": { "scripts": [ "js\/background.js" ] }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |