Private Bookmarks
Save your websites, where no one can see them!
ما هو Private Bookmarks؟
Private Bookmarks هو إضافة Chrome تم تطويرها بواسطة https://www.joaomagalhaes.net، والميزة الرئيسية لها هي "Save your websites, where no one can see them!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Private Bookmarks
قم بتنزيل ملفات الامتداد Private Bookmarks بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
عنوان صفحة المساعدة | 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" ] } |