Recent Bookmarks

Easily access your recent bookmarks or search for them

Hvad er Recent Bookmarks?

Recent Bookmarks er en Chrome-udvidelse udviklet af sodik, og dens hovedfunktion er "Easily access your recent bookmarks or search for them".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Recent Bookmarks-udvidelses-CRX-fil

Download Recent Bookmarks-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Recent Bookmarks Recent Bookmarks
ID jiccoelcmhpbnpalcgfoppfmhehogdbl
Officiel URL https://chromewebstore.google.com/detail/recent-bookmarks/jiccoelcmhpbnpalcgfoppfmhehogdbl
Beskrivelse Easily access your recent bookmarks or search for them
Filstørrelse 320 KB
Antal Installationer 770
Nuværende Version 0.7.0
Senest Opdateret 2023-12-10
Udgivelsesdato 2017-07-20
Bedømmelse 4.29/5 Samlet 7 Bedømmelser
Udvikler sodik
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/sodik82/recent-bookmarks
Understøttede Sprog 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"
}