Quicklist
A simple chrome extension that stores links and notes
Quicklistคืออะไร?
Quicklist เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://marcusholmes.biz และคุณลักษณะหลักของมันคือ "A simple chrome extension that stores links and notes"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Quicklist
ดาวน์โหลดไฟล์ส่วนขยาย Quicklist ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Quicklist is a simple, fast reminder toolbar extension. Create notes and tag pages without cluttering your bookmark lists. Tick them when they're done and they disappear. Quicklist stores the items in Chrome synced storage, so your items will be shared across all the Chrome installs you use with your account. Quicklist does no logging, no measurement, no timing, no nagging, no emailed reminders, no nasty little popups reminding you that you've not done anything productive today. It just sits there remembering stuff for you. It comes wrapped in nice friendly colours. It's really simple to use. It wants to help you and make your life better. You should definitely install it.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Quicklist |
ID | abcccpnegcjeloaemkldchekioailgph |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/quicklist/abcccpnegcjeloaemkldchekioailgph |
คำอธิบาย | A simple chrome extension that stores links and notes |
ขนาดไฟล์ | 103 KB |
จำนวนการติดตั้ง | 44 |
เวอร์ชันปัจจุบัน | 1.0.1 |
อัปเดตครั้งล่าสุด | 2013-08-12 |
วันที่เผยแพร่ | 2013-08-12 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | https://marcusholmes.biz |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://marcusholmes.biz/Stuff/Quicklist |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Quicklist", "description": "A simple chrome extension that stores links and notes", "version": "1.0.1", "manifest_version": 2, "browser_action": { "default_popup": "quicklist.html", "default_icon": "logo19.png", "default_title": "Quicklist" }, "icons": { "16": "logo16.png", "32": "logo32.png", "48": "logo48.png", "64": "logo64.png", "128": "logo128.png" }, "permissions": [ "storage", "tabs" ] } |