Wakelet
Save, organize and share content from across the web!
Wakeletคืออะไร?
Wakelet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://wakelet.com และคุณลักษณะหลักของมันคือ "Save, organize and share content from across the web!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Wakelet
ดาวน์โหลดไฟล์ส่วนขยาย Wakelet ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Free to use. Unlimited possibilities. 💥 Bookmark your favorite links and organize them into collections 🔥 Add images, videos, notes, PDFs, and more! 💯 Share and present your beautiful collections Bookmark anything in a click Save any link from across the web. Simply hit the W icon in your browser toolbar and save it straight to Wakelet. Organize your way Whether you’re just saving a link for later, or you want to organize your links into visually engaging collections, Wakelet is the ultimate bookmarking tool that works the way you do. Access anywhere Whether you’re at home, work, or on the go, your bookmarks and collections can be accessed on any of your devices, no matter where you are. New tabs Quickly access your Wakelet collections from a new tab. Use the shortcut feature to save all of your open tabs, or simply drag and drop your favorite links into collections for immediate organization Wakelet. Your Corner of The Internet.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Wakelet |
ID | iomokcfebnfiflpgcpcijfkfmafgkjgh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/wakelet/iomokcfebnfiflpgcpcijfkfmafgkjgh |
คำอธิบาย | Save, organize and share content from across the web! |
ขนาดไฟล์ | 856 KB |
จำนวนการติดตั้ง | 82,851 |
เวอร์ชันปัจจุบัน | 4.2.2 |
อัปเดตครั้งล่าสุด | 2022-01-07 |
วันที่เผยแพร่ | 2020-04-21 |
คะแนน | 4.42/5 รวมทั้งหมด 69 คะแนน |
ผู้พัฒนา | https://wakelet.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://wakelet.com |
URL หน้าช่วยเหลือ | https://help.wakelet.com/ |
URL หน้านโยบายความเป็นส่วนตัว | https://wakelet.com/privacy.html |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "4.2.2", "name": "Wakelet", "manifest_version": 2, "description": "Save, organize and share content from across the web!", "options_page": "options.html", "browser_action": { "default_title": "Wakelet", "default_icon": { "19": "img\/icon.png", "38": "img\/icon.png" } }, "icons": { "16": "img\/icon.png", "48": "img\/icon.png", "128": "img\/icon.png" }, "web_accessible_resources": [ "inject.html", "popup.build.html" ], "background": { "page": "background.html", "persistent": true }, "chrome_url_overrides": { "newtab": "newtab.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", " |