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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة المساعدة | https://help.wakelet.com/ |
عنوان صفحة سياسة الخصوصية | 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:\/\/*\/*", " |