Numbered Tabs
Add a numeric prefix before the tab's title.
Что такое Numbered Tabs?
Numbered Tabs - это расширение Chrome, разработанное Narin Luangrath, и его основная функция - "Add a numeric prefix before the tab's title.".
Снимки экрана расширения
Скачать файл CRX расширения Numbered Tabs
Скачайте файлы расширений Numbered Tabs в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
- Simple extension for people who use ⌘/ctrl + to navigate between tabs.
- Adds a numeric prefix before the tab title (e.g. "4. YouTube")
- It's open source. Request features / bug fixes here: https://github.com/narinluangrath/numbered-tabs Основная информация о расширении
| Название | |
| ID | iocebdgkllilbhbekghlbpmhfeejgcgi |
| Официальный URL | https://chromewebstore.google.com/detail/numbered-tabs/iocebdgkllilbhbekghlbpmhfeejgcgi |
| Описание | Add a numeric prefix before the tab's title. |
| Размер файла | 4 KB |
| Количество установок | 2,522 |
| Текущая Версия | 0.2.2 |
| Последнее Обновление | 2020-04-30 |
| Дата публикации | 2020-04-27 |
| Рейтинг | 3.91/5 Всего 22 оценок |
| Разработчик | Narin Luangrath |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Numbered Tabs",
"version": "0.2.2",
"description": "Add a numeric prefix before the tab's title.",
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"manifest_version": 2,
"permissions": [
"tabs",
" | |