Private Bookmarks
Save your websites, where no one can see them!
Private Bookmarks क्या है?
Private Bookmarks https://www.joaomagalhaes.net द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Save your websites, where no one can see them!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Private Bookmarks एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
What's new in Private Bookmarks 1.4: * Added bulk delete to options page * Added ability to backup/restore bookmarks and settings * Added shorcut key to add to private bookmarks * Added ability to reset extension * Multiple bug fixing What's new in Private Bookmarks 1.3: * Fixed bug when adding bookmarks from popup menu What's new in Private Bookmarks 1.2: * Added new languages: Portuguese, Spanish and French (if you can help translate Private Bookmarks to your native language, please contact me) * Bug fixing This extension adds a button to your browser toolbar. Click to open and set a new password or login if you already have one set. After that, you are able to add websites by right-clicking on a page or by opening the extension and clicking "Add to private bookmarks". Private Bookmarks gives you the ability to save your bookmarks where no one can see them. It's password protected, so you're safe. Future updates: - Add more languages (if you can help translate Private Bookmarks to your native language, please contact me)
एक्सटेंशन की मूल जानकारी
नाम | Private Bookmarks |
ID | cbheenbihjdgbmbogbefcgnpfoflhnhl |
आधिकारिक URL | https://chromewebstore.google.com/detail/private-bookmarks/cbheenbihjdgbmbogbefcgnpfoflhnhl |
विवरण | Save your websites, where no one can see them! |
फ़ाइल का आकार | 405 KB |
स्थापना संख्या | 8,246 |
वर्तमान संस्करण | 1.4 |
अंतिम अपडेट | 2013-12-18 |
प्रकाशन तिथि | 2013-12-17 |
रेटिंग | 3.73/5 कुल 48 रेटिंग्स |
डेवलपर | https://www.joaomagalhaes.net |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
सहायता पृष्ठ URL | https://groups.google.com/forum/?fromgroups#!forum/private-bookmarks |
समर्थित भाषाएँ | en,fr,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "version": "1.4", "manifest_version": 2, "default_locale": "en", "description": "__MSG_extDesc__", "options_page": "options.html", "background": { "scripts": [ "js\/background.js" ] }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "browser_action": { "default_icon": "img\/icon.png", "default_title": "__MSG_extName__", "default_popup": "popup.html" }, "icons": { "48": "img\/icon48.png", "128": "img\/icon128.png" }, "permissions": [ "tabs", "contextMenus", "storage" ] } |