Recent Bookmarks
Easily access your recent bookmarks or search for them
Was ist Recent Bookmarks?
Recent Bookmarks ist eine Chrome-Erweiterung, die von sodik entwickelt wurde, und ihr Hauptmerkmal ist "Easily access your recent bookmarks or search for them".
Erweiterungsscreenshots
Recent Bookmarks-Erweiterungs-CRX-Datei herunterladen
Laden Sie Recent Bookmarks-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Recent Bookmarks |
ID | jiccoelcmhpbnpalcgfoppfmhehogdbl |
Offizielle URL | https://chromewebstore.google.com/detail/recent-bookmarks/jiccoelcmhpbnpalcgfoppfmhehogdbl |
Beschreibung | Easily access your recent bookmarks or search for them |
Dateigröße | 320 KB |
Installationsanzahl | 770 |
Aktuelle Version | 0.7.0 |
Letztes Update | 2023-12-10 |
Veröffentlichungsdatum | 2017-07-20 |
Bewertung | 4.29/5 Insgesamt 7 Bewertungen |
Entwickler | sodik |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/sodik82/recent-bookmarks |
Unterstützte Sprachen | 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" } |