Recent Bookmarks
Easily access your recent bookmarks or search for them
ما هو Recent Bookmarks؟
Recent Bookmarks هو إضافة Chrome تم تطويرها بواسطة sodik، والميزة الرئيسية لها هي "Easily access your recent bookmarks or search for them".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Recent Bookmarks
قم بتنزيل ملفات الامتداد Recent Bookmarks بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Shows recent bookmarks and opens it either in new tab or in actual tab depending on the chosen options (use CTRL to override this). You can use default shortcut Ctrl+B to open popup menu Unfortunately shortcut works only for new installation due to bug https://code.google.com/p/chromium/issues/detail?id=336420 For old user update shortcut manually via "Keyboard shortcuts" in chrome://extensions/ page First version published in 2010.
معلومات أساسية عن التمديد
الاسم | Recent Bookmarks |
ID | jiccoelcmhpbnpalcgfoppfmhehogdbl |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/recent-bookmarks/jiccoelcmhpbnpalcgfoppfmhehogdbl |
الوصف | Easily access your recent bookmarks or search for them |
حجم الملف | 320 KB |
عدد التثبيتات | 770 |
النسخة الحالية | 0.7.0 |
آخر تحديث | 2023-12-10 |
تاريخ النشر | 2017-07-20 |
تقييم | 4.29/5 مجموع تقييمات 7 |
المطور | sodik |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/sodik82/recent-bookmarks |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "action": { "default_icon": "img\/icon.png", "default_popup": "popup2.html" }, "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+Shift+B" } } }, "description": "Easily access your recent bookmarks or search for them", "icons": { "128": "img\/icon128.png", "48": "img\/icon48.png" }, "manifest_version": 3, "minimum_chrome_version": "88.0", "name": "Recent Bookmarks", "options_page": "options.html", "permissions": [ "bookmarks", "tabs", "storage" ], "version": "0.7.0" } |