Aboard
Aboard is a wonderful tool for organizing your passions and making sense of the entire web.
Что такое Aboard?
Aboard - это расширение Chrome, разработанное https://aboard.com, и его основная функция - "Aboard is a wonderful tool for organizing your passions and making sense of the entire web.".
Снимки экрана расширения
Скачать файл CRX расширения Aboard
Скачайте файлы расширений Aboard в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
The Aboard plugin makes it easy to organize your passions. Save any web page on the Internet and organize and discuss them with your friends. Use it to clip articles, save products, track videos you want to watch—whatever you love to do, Aboard can make it better.
Основная информация о расширении
Название | Aboard |
ID | kkdbnljighgkkjipefadplpmmpiomdog |
Официальный URL | https://chromewebstore.google.com/detail/aboard/kkdbnljighgkkjipefadplpmmpiomdog |
Описание | Aboard is a wonderful tool for organizing your passions and making sense of the entire web. |
Размер файла | 1.2 MB |
Количество установок | 1,032 |
Текущая Версия | 0.3.9 |
Последнее Обновление | 2024-02-13 |
Дата публикации | 2023-08-29 |
Рейтинг | 5.00/5 Всего 2 оценок |
Разработчик | https://aboard.com |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://aboard.com |
URL страницы помощи | https://aboard.freshdesk.com/support/home |
URL страницы политики конфиденциальности | https://aboard.com/privacy |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Aboard", "description": "Aboard is a wonderful tool for organizing your passions and making sense of the entire web.", "version": "0.3.9.0", "action": { "default_icon": { "16": "icons\/16x16.png", "32": "icons\/32x32.png", "48": "icons\/48x48.png", "128": "icons\/128x128.png" }, "default_title": "Add to Aboard" }, "icons": { "16": "icons\/16x16.png", "32": "icons\/32x32.png", "48": "icons\/48x48.png", "128": "icons\/128x128.png" }, "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+Period", "mac": "Command+Period" } }, "tab_sweep": { "suggested_key": { "default": "Ctrl+Shift+Period", "mac": "Command+Shift+Period" }, "description": "Save all Tabs in this Window" } }, "content_scripts": [ { "js": [ "assets\/content.ts-loader-Ou2O_55s.js", "assets\/color-theme.ts-loader-vwckKENW.js" ], "matches": [ "*:\/\/*\/*" ] } ], "homepage_url": "https:\/\/app.aboard.com", "permissions": [ "tabs", "storage", "scripting", "contextMenus" ], "host_permissions": [ " |