Wakelet
Save, organize and share content from across the web!
什麼是Wakelet?
Wakelet是由https://wakelet.com開發的Chrome擴展程式,該擴展的主要功能是“Save, organize and share content from across the web!”。
擴展截圖
下載Wakelet擴展crx文件
下載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 |
官方網址 | 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:\/\/*\/*", " |