Recent Bookmarks
Easily access your recent bookmarks or search for them
Co to jest Recent Bookmarks?
Recent Bookmarks to rozszerzenie Chrome opracowane przez sodik, a jego główną funkcją jest „Easily access your recent bookmarks or search for them”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Recent Bookmarks
Pobierz pliki rozszerzeń Recent Bookmarks w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Recent Bookmarks |
ID | jiccoelcmhpbnpalcgfoppfmhehogdbl |
Oficjalny URL | https://chromewebstore.google.com/detail/recent-bookmarks/jiccoelcmhpbnpalcgfoppfmhehogdbl |
Opis | Easily access your recent bookmarks or search for them |
Rozmiar pliku | 320 KB |
Liczba instalacji | 770 |
Aktualna Wersja | 0.7.0 |
Ostatnia Aktualizacja | 2023-12-10 |
Data Publikacji | 2017-07-20 |
Ocena | 4.29/5 Łącznie 7 Oceny |
Deweloper | sodik |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/sodik82/recent-bookmarks |
Obsługiwane Języki | 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" } |