Booksmart
Smart bookmarking. Add folders and bookmark your current tab to any folder with just one click.
Booksmart क्या है?
Booksmart Ana-Maria Iancu द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Smart bookmarking. Add folders and bookmark your current tab to any folder with just one click."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Booksmart एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
With Booksmart you can now bookmark pages with only 2 clicks. Just add a folder, and click on the plus button next to it. Done! Your link is saved and organised in a folder. Easy to use and nice to look at. You can add as many folders as you want and as many bookmarks in each folder. Booksmart is all about making it easier to save links and access them later quickly. Version 0.3.0 updates: - design changes Version 0.2.0 updates: - bug fixes - confirmation message when you delete a folder
एक्सटेंशन की मूल जानकारी
नाम | |
ID | nlffaabjkkfkehhdmcljfpcipffhhkbj |
आधिकारिक URL | https://chrome.google.com/webstore/detail/booksmart/nlffaabjkkfkehhdmcljfpcipffhhkbj |
विवरण | Smart bookmarking. Add folders and bookmark your current tab to any folder with just one click. |
फ़ाइल का आकार | 315 KB |
स्थापना संख्या | 88 |
वर्तमान संस्करण | 0.3.0 |
अंतिम अपडेट | 2020-12-15 |
प्रकाशन तिथि | 2020-11-30 |
रेटिंग | 4.78/5 कुल 9 रेटिंग्स |
डेवलपर | Ana-Maria Iancu |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Booksmart", "version": "0.3.0", "description": "Smart bookmarking. Add folders and bookmark your current tab to any folder with just one click.", "short_name": "B", "permissions": [ "activeTab", "storage" ], "browser_action": { "default_popup": "popup.html", "default_title": "Booksmart", "default_icon": "favicon.ico" }, "content_security_policy": "script-src 'self' ; object-src 'self'" } |