Seamless
Fix the Chrome tabs mess
Что такое Seamless?
Seamless - это расширение Chrome, разработанное https://seamlessbrowser.com, и его основная функция - "Fix the Chrome tabs mess".
Снимки экрана расширения
Скачать файл CRX расширения Seamless
Скачайте файлы расширений Seamless в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Frustrated with the amount of tabs you have open?
Safely close the tabs that are not needed now
Restore from the cloud later
Browse like normal,
everything is saved automatically
More info at https://seamlessbrowser.com Основная информация о расширении
| Название | |
| ID | lfpmphbkdblmjiacldmnnnohplomklch |
| Официальный URL | https://chromewebstore.google.com/detail/seamless/lfpmphbkdblmjiacldmnnnohplomklch |
| Описание | Fix the Chrome tabs mess |
| Размер файла | 2.96 MB |
| Количество установок | 23 |
| Текущая Версия | 2.0.0.2 |
| Последнее Обновление | 2020-12-21 |
| Дата публикации | 2020-07-06 |
| Разработчик | https://seamlessbrowser.com |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Официальный сайт расширения | https://seamlessbrowser.com |
| URL страницы помощи | https://seamlessbrowser.com/review |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Seamless",
"version": "2.0.0.2",
"description": "Fix the Chrome tabs mess",
"permissions": [
"tabs",
"storage"
],
"background": {
"scripts": [
"background.bundle.js"
],
"persistent": true
},
"browser_action": {
"default_popup": "index.html",
"default_icon": {
"16": "images\/seamless16.png",
"32": "images\/seamless32.png",
"48": "images\/seamless48.png",
"128": "images\/seamless128.png"
},
"default_title": "Seamless"
},
"icons": {
"16": "images\/seamless16.png",
"32": "images\/seamless32.png",
"48": "images\/seamless48.png",
"128": "images\/seamless128.png"
},
"commands": {
"_execute_browser_action": {
"suggested_key": {
"default": "Ctrl+Shift+S"
}
},
"select-session-down": {
"suggested_key": {
"default": "Ctrl+Shift+Down"
},
"description": "select session: down"
},
"select-session-up": {
"suggested_key": {
"default": "Ctrl+Shift+Up"
},
"description": "select session: up"
},
"select-session-select": {
"suggested_key": {
"default": "Ctrl+Shift+Right"
},
"description": "select session: select"
}
},
"manifest_version": 2
} | |