Wakelet
Save, organize and share content from across the web!
Wakelet क्या है?
Wakelet https://wakelet.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Save, organize and share content from across the web!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Wakelet एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
सहायता पृष्ठ 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:\/\/*\/*", " |