Bookmark Express Next
This extension displays a list of your bookmarks filtered by instant search. That's it. Oh, and now you can edit them too.
Cos'è Bookmark Express Next?
Bookmark Express Next è un'estensione di Chrome sviluppata da Eric Majerus, e la sua funzione principale è "This extension displays a list of your bookmarks filtered by instant search. That's it. Oh, and now you can edit them too.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Bookmark Express Next
Scarica i file di estensione Bookmark Express Next 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
This is a early access version of Bookmark Express extension. It allows you to preview what's coming up. Informazioni di Base sull'Estensione
| Nome | |
| ID | enpmhceecilnohanegmppnlcoakjicho |
| URL Ufficiale | https://chromewebstore.google.com/detail/bookmark-express-next/enpmhceecilnohanegmppnlcoakjicho |
| Descrizione | This extension displays a list of your bookmarks filtered by instant search. That's it. Oh, and now you can edit them too. |
| Dimensione del File | 623 KB |
| Conteggio Installazioni | 87 |
| Versione Corrente | 9.3 |
| Ultimo Aggiornamento | 2021-03-17 |
| Data di Pubblicazione | 2021-03-02 |
| Valutazione | 3.00/5 Totale 1 Valutazioni |
| Sviluppatore | Eric Majerus |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Bookmark Express Next",
"description": "This extension displays a list of your bookmarks filtered by instant search. That's it. Oh, and now you can edit them too.",
"version": "9.3",
"browser_action": {
"default_popup": "index.html"
},
"background": {
"page": "background.html"
},
"options_page": "index.html?page=options",
"permissions": [
"activeTab",
"bookmarks",
"chrome:\/\/favicon\/",
"storage"
],
"icons": {
"16": "images\/icon16.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"commands": {
"_execute_browser_action": {
"suggested_key": {
"windows": "Ctrl+Shift+L",
"mac": "MacCtrl+Shift+L",
"chromeos": "Ctrl+Shift+L",
"linux": "Ctrl+Shift+L"
}
}
}
} | |