Bookmark Updater
A button that quickly updates the closest bookmark found to the open tab.
Что такое Bookmark Updater?
Bookmark Updater - это расширение Chrome, разработанное alexander.bruun, и его основная функция - "A button that quickly updates the closest bookmark found to the open tab.".
Снимки экрана расширения
Скачать файл CRX расширения Bookmark Updater
Скачайте файлы расширений Bookmark Updater в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Update existing bookmarks while surfing the web, and create new bookmarks if your current tab doesn't match any of your saved bookmarks.
Основная информация о расширении
Название | Bookmark Updater |
ID | hjhffdgfjfkkjnllljaidejgbhhldice |
Официальный URL | https://chromewebstore.google.com/detail/bookmark-updater/hjhffdgfjfkkjnllljaidejgbhhldice |
Описание | A button that quickly updates the closest bookmark found to the open tab. |
Размер файла | 7.8 KB |
Количество установок | 24 |
Текущая Версия | 1.1.0 |
Последнее Обновление | 2022-02-19 |
Дата публикации | 2021-01-12 |
Рейтинг | 4.00/5 Всего 2 оценок |
Разработчик | alexander.bruun |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "author": "Alexander Bruun", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bookmark Updater", "description": "A button that quickly updates the closest bookmark found to the open tab.", "version": "1.1.0", "manifest_version": 2, "background": { "scripts": [ "background.js" ] }, "icons": { "128": "icon.png" }, "permissions": [ "bookmarks", "tabs" ], "browser_action": { "default_title": "Bookmark Updater", "default_icon": "icon.png" }, "offline_enabled": true } |