TabSize tab-width extension
For change width of the tab character in Pull/Merge Requests on GitHub/Gitlab/BitBucket
Что такое TabSize tab-width extension?
TabSize tab-width extension - это расширение Chrome, разработанное StipJey, и его основная функция - "For change width of the tab character in Pull/Merge Requests on GitHub/Gitlab/BitBucket".
Снимки экрана расширения
Скачать файл CRX расширения TabSize tab-width extension
Скачайте файлы расширений TabSize tab-width extension в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This extension will allow you to change the width of the tab character. Suitable for any sites, including GitLab, GitHub, BitBucket and others.
Основная информация о расширении
Название | TabSize tab-width extension |
ID | inljipofhnbnafffhllppdcbjapaapnl |
Официальный URL | https://chromewebstore.google.com/detail/tabsize-tab-width-extensi/inljipofhnbnafffhllppdcbjapaapnl |
Описание | For change width of the tab character in Pull/Merge Requests on GitHub/Gitlab/BitBucket |
Размер файла | 10.62 KB |
Количество установок | 96 |
Текущая Версия | 1.0.0 |
Последнее Обновление | 2019-10-03 |
Дата публикации | 2019-09-30 |
Рейтинг | 5.00/5 Всего 1 оценок |
Разработчик | StipJey |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TabSize tab-width extension", "version": "1.0.0", "description": "For change width of the tab character in Pull\/Merge Requests on GitHub\/Gitlab\/BitBucket", "manifest_version": 2, "icons": { "128": "icon128.png" }, "permissions": [ "activeTab", "declarativeContent", "storage" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "run_at": "document_end", "matches": [ " |