LinkList
Stop crowding your bookmark bar with disposable links you only want temporarily. Save links in a searchable list to view later.
LinkListคืออะไร?
LinkList เป็นส่วนขยายของ Chrome ที่พัฒนาโดย SpaceBake และคุณลักษณะหลักของมันคือ "Stop crowding your bookmark bar with disposable links you only want temporarily. Save links in a searchable list to view later."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย LinkList
ดาวน์โหลดไฟล์ส่วนขยาย LinkList ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
If you often find yourself coming across an article you'd like to read, or a page you'd like to visit, but you don't want to clog up your bookmark bar with links that you only want to keep temporarily, then this extension is for you. LinkList is a lightweight and simple link saving extension, it doesn't drown you in features you'll never use. It does exactly what it says on the tin. Features: -Save and Delete links -Search bar for finding your links quickly -Link counter -Storage-space indicator bar -Light and Dark themes I started learning to code a few months ago and wrote this extension as some fun practice. I hope you find it useful.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | mbhapkbkigmglmolblcndoinnhiamnkk |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/linklist/mbhapkbkigmglmolblcndoinnhiamnkk |
คำอธิบาย | Stop crowding your bookmark bar with disposable links you only want temporarily. Save links in a searchable list to view later. |
ขนาดไฟล์ | 190 KB |
จำนวนการติดตั้ง | 48 |
เวอร์ชันปัจจุบัน | 1.1.3 |
อัปเดตครั้งล่าสุด | 2016-02-17 |
วันที่เผยแพร่ | 2016-02-17 |
คะแนน | 2.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | SpaceBake |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "LinkList", "manifest_version": 2, "version": "1.1.3", "description": "Stop crowding your bookmark bar with disposable links you only want temporarily. Save links in a searchable list to view later.", "browser_action": { "default_icon": "images\/icon48.png", "default_title": "LinkList", "default_popup": "popup.html" }, "permissions": [ "activeTab", "storage", "tabs" ], "icons": { "128": "images\/icon128.png", "48": "images\/icon128.png", "16": "images\/icon48.png" } } |