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.
Wat is Bookmark Express Next?
Bookmark Express Next is een Chrome-extensie ontwikkeld door Eric Majerus, en de belangrijkste functie is "This extension displays a list of your bookmarks filtered by instant search. That's it. Oh, and now you can edit them too.".
Extensie Screenshots
Download het CRX-bestand van de extensie Bookmark Express Next
Download Bookmark Express Next-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This is a early access version of Bookmark Express extension. It allows you to preview what's coming up.
Basisinformatie over de Extensie
Naam | Bookmark Express Next |
ID | enpmhceecilnohanegmppnlcoakjicho |
Officiële URL | https://chromewebstore.google.com/detail/bookmark-express-next/enpmhceecilnohanegmppnlcoakjicho |
Beschrijving | This extension displays a list of your bookmarks filtered by instant search. That's it. Oh, and now you can edit them too. |
Bestandsgrootte | 623 KB |
Aantal Installaties | 87 |
Huidige Versie | 9.3 |
Laatst Bijgewerkt | 2021-03-17 |
Publicatiedatum | 2021-03-02 |
Beoordeling | 3.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Eric Majerus |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } } } |