Allowed Tabs
Set the maximum number of open tabs allowed in the browser.
Что такое Allowed Tabs?
Allowed Tabs - это расширение Chrome, разработанное Fernando Dilland, и его основная функция - "Set the maximum number of open tabs allowed in the browser.".
Снимки экрана расширения
Скачать файл CRX расширения Allowed Tabs
Скачайте файлы расширений Allowed Tabs в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Manage the number of tabs you are allowed to keep open at the same time in the browser.
Основная информация о расширении
Название | Allowed Tabs |
ID | deglahadfhbjhkcphfhmanmjdmokhcaa |
Официальный URL | https://chromewebstore.google.com/detail/allowed-tabs/deglahadfhbjhkcphfhmanmjdmokhcaa |
Описание | Set the maximum number of open tabs allowed in the browser. |
Размер файла | 279 KB |
Количество установок | 32 |
Текущая Версия | 0.1.1 |
Последнее Обновление | 2021-07-16 |
Дата публикации | 2021-07-12 |
Рейтинг | 5.00/5 Всего 3 оценок |
Разработчик | Fernando Dilland |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/fernandomireles/static-allowed-tabs |
Поддерживаемые языки | de,en,fr,nl,da,et,es,it,lv,hu,pl,pt-BR,fi,sv,cs,el,bg,ru,zh-CN,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extensionName__", "description": "__MSG_extensionDesc__", "default_locale": "en", "version": "0.1.1", "author": "Fernando Mireles", "homepage_url": "https:\/\/github.com\/fernandomireles\/allowed-tabs", "background": { "scripts": [ "static\/background.js" ] }, "icons": { "16": "static\/icon-16.png", "48": "static\/icon-48.png", "128": "static\/icon-128.png" }, "browser_action": { "default_icon": "static\/icon-small.png", "default_popup": "static\/options.html" }, "options_page": "static\/options.html", "permissions": [ "storage" ], "web_accessible_resources": [ "static\/icon-small.png", "static\/icon.png" ] } |