Recent Bookmarks

Easily access your recent bookmarks or search for them

Cos'è Recent Bookmarks?

Recent Bookmarks è un'estensione di Chrome sviluppata da sodik, e la sua funzione principale è "Easily access your recent bookmarks or search for them".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Recent Bookmarks

Scarica i file di estensione Recent Bookmarks in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Recent Bookmarks Recent Bookmarks
ID jiccoelcmhpbnpalcgfoppfmhehogdbl
URL Ufficiale https://chromewebstore.google.com/detail/recent-bookmarks/jiccoelcmhpbnpalcgfoppfmhehogdbl
Descrizione Easily access your recent bookmarks or search for them
Dimensione del File 320 KB
Conteggio Installazioni 770
Versione Corrente 0.7.0
Ultimo Aggiornamento 2023-12-10
Data di Pubblicazione 2017-07-20
Valutazione 4.29/5 Totale 7 Valutazioni
Sviluppatore sodik
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/sodik82/recent-bookmarks
Lingue Supportate 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"
}