net
Save and organize the web as a Kanban board
netคืออะไร?
net เป็นส่วนขยายของ Chrome ที่พัฒนาโดย taehyoung.jo และคุณลักษณะหลักของมันคือ "Save and organize the web as a Kanban board"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย net
ดาวน์โหลดไฟล์ส่วนขยาย net ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Net is an extension to save links quickly and organize them as "cards" and "lists" in the style of a Kanban board. Using Net = Clean and intuitive link saving + Less memory consumption FEATURES ✅ Left click the Net icon in the Chrome toolbar to add the current tab as a card of your leftmost list. ✅ Right clicking the Net icon will give you the options to "send all tabs" and "send and close all tabs" of your current window to Net. ✅ Right click the Net icon and "Go to your net" to access your saved links. ✅ Once in your Net, you can easily create and name new lists and add new cards. Cards can take a URL, text, or both a URL and some text to act as the card title ✅ You can also add lists and cards to your clipboard, import a group of links, and open a link or all of the links in a list with one click. ✅ Net syncs between Chrome browsers through your Google account. OPTIONS ✅ Choose whether to open your net on launch ✅ Choose between several preset themes PRIVACY Saved links are stored locally and not accessible by the developer
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | net |
ID | oamnlagfdfkeknledfohbhioadpmacoh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/net/oamnlagfdfkeknledfohbhioadpmacoh |
คำอธิบาย | Save and organize the web as a Kanban board |
ขนาดไฟล์ | 493 KB |
จำนวนการติดตั้ง | 162 |
เวอร์ชันปัจจุบัน | 1.0.1 |
อัปเดตครั้งล่าสุด | 2020-06-05 |
วันที่เผยแพร่ | 2020-06-05 |
คะแนน | 4.75/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | taehyoung.jo |
ประเภทการชำระเงิน | free |
URL หน้าช่วยเหลือ | https://discord.gg/mKmj9y |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "net", "description": "Save and organize the web as a Kanban board", "version": "1.0.1", "manifest_version": 2, "permissions": [ "activeTab", "tabs", "storage", "contextMenus" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "options_page": "index.html", "browser_action": [], "content_security_policy": "script-src 'self' 'sha256-GgRxrVOKNdB4LrRsVPDSbzvfdV4UqglmviH9GoBJ5jk='; object-src 'self'" } |