Recent Bookmarks
Easily access your recent bookmarks or search for them
Qu'est-ce que Recent Bookmarks ?
Recent Bookmarks est une extension Chrome développée par sodik, et sa fonction principale est "Easily access your recent bookmarks or search for them".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Recent Bookmarks
Téléchargez les fichiers d'extension Recent Bookmarks au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Recent Bookmarks |
ID | jiccoelcmhpbnpalcgfoppfmhehogdbl |
URL Officiel | https://chromewebstore.google.com/detail/recent-bookmarks/jiccoelcmhpbnpalcgfoppfmhehogdbl |
Description | Easily access your recent bookmarks or search for them |
Taille du Fichier | 320 KB |
Nombre d'Installations | 770 |
Version Actuelle | 0.7.0 |
Dernière Mise à Jour | 2023-12-10 |
Date de Publication | 2017-07-20 |
Évaluation | 4.29/5 Total 7 Évaluations |
Développeur | sodik |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/sodik82/recent-bookmarks |
Langues Prises en Charge | 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" } |