SimpleTabOrder
A simple way to control the tab order of the browser.
Что такое SimpleTabOrder?
SimpleTabOrder - это расширение Chrome, разработанное https://blandlifedev.blogspot.com, и его основная функция - "A simple way to control the tab order of the browser.".
Снимки экрана расширения
Скачать файл CRX расширения SimpleTabOrder
Скачайте файлы расширений SimpleTabOrder в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Simple series number 5! This time its a simple tab order customizer. Features include: - change the placement of new tabs - change the tab to focus on when the active tab closes - event page enabled, only loads when needed Updated changelog is in the extension option pages. -------- Note: Though the extension still in an early stage so there may still be bugs I've missed. Please do feedback when something is not working, better if there are steps to replicate the problem. Thanks :)
Основная информация о расширении
Название | SimpleTabOrder |
ID | cekafjbmkfofacenifehbglhmajimhjf |
Официальный URL | https://chromewebstore.google.com/detail/simpletaborder/cekafjbmkfofacenifehbglhmajimhjf |
Описание | A simple way to control the tab order of the browser. |
Размер файла | 28.03 KB |
Количество установок | 4,286 |
Текущая Версия | 0.5.16 |
Последнее Обновление | 2021-06-13 |
Дата публикации | 2018-02-13 |
Рейтинг | 4.15/5 Всего 61 оценок |
Разработчик | https://blandlifedev.blogspot.com |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | http://blandlifedev.blogspot.com/ |
Поддерживаемые языки | de,en,ru,zh-CN,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SimpleTabOrder", "version": "0.5.16", "manifest_version": 2, "default_locale": "en", "description": "__MSG_manifest_description__", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "background": { "scripts": [ "tab.js", "bg.js" ], "persistent": false }, "options_page": "options.html" } |