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.
Что такое Bookmark Express Next?
Bookmark Express Next - это расширение Chrome, разработанное Eric Majerus, и его основная функция - "This extension displays a list of your bookmarks filtered by instant search. That's it. Oh, and now you can edit them too.".
Снимки экрана расширения
Скачать файл CRX расширения Bookmark Express Next
Скачайте файлы расширений Bookmark Express Next в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This is a early access version of Bookmark Express extension. It allows you to preview what's coming up.
Основная информация о расширении
Название | Bookmark Express Next |
ID | enpmhceecilnohanegmppnlcoakjicho |
Официальный URL | https://chromewebstore.google.com/detail/bookmark-express-next/enpmhceecilnohanegmppnlcoakjicho |
Описание | This extension displays a list of your bookmarks filtered by instant search. That's it. Oh, and now you can edit them too. |
Размер файла | 623 KB |
Количество установок | 87 |
Текущая Версия | 9.3 |
Последнее Обновление | 2021-03-17 |
Дата публикации | 2021-03-02 |
Рейтинг | 3.00/5 Всего 1 оценок |
Разработчик | Eric Majerus |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | 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" } } } } |