Awesome Recent Bookmarks
Shows recent bookmark
Cos'è Awesome Recent Bookmarks?
Awesome Recent Bookmarks è un'estensione di Chrome sviluppata da toumasuxp, e la sua funzione principale è "Shows recent bookmark".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Awesome Recent Bookmarks
Scarica i file di estensione Awesome 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
Show recent bookmarks menu. Works with Google Chrome bookmarks. You change settings of this extension if you don't like default settings. For example, - the number of showing recent bookmarks - alert when you delete a recent bookmarks
Informazioni di Base sull'Estensione
Nome | |
ID | ddnfpifnooijlnjhnndijfcbppjdmece |
URL Ufficiale | https://chrome.google.com/webstore/detail/awesome-recent-bookmarks/ddnfpifnooijlnjhnndijfcbppjdmece |
Descrizione | Shows recent bookmark |
Dimensione del File | 48.77 KB |
Conteggio Installazioni | 29 |
Versione Corrente | 0.1.5 |
Ultimo Aggiornamento | 2021-10-15 |
Data di Pubblicazione | 2020-01-26 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | toumasuxp |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Awesome Recent Bookmarks", "version": "0.1.5", "description": "Shows recent bookmark", "manifest_version": 2, "default_locale": "en", "browser_action": { "default_title": "Awesome Recent Bookmarks", "default_popup": "popup.html" }, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "permissions": [ "bookmarks" ] } |