Pastel Tab
Get a new pastel color every time you open a new tab! You can also cycle through colors automatically with a customizable speed.…
Что такое Pastel Tab?
Pastel Tab - это расширение Chrome, разработанное williamyeny, и его основная функция - "Get a new pastel color every time you open a new tab! You can also cycle through colors automatically with a customizable speed.…".
Снимки экрана расширения
Скачать файл CRX расширения Pastel Tab
Скачайте файлы расширений Pastel Tab в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Get a new pastel color every time you open a new tab! You can also cycle through colors automatically with a customizable speed.
This project is inspired by automatic pastels on Tumblr.
Star + fork the project on Github here!
https://github.com/williamyeny/pastel-tab Основная информация о расширении
| Название | |
| ID | olbihpfkfhmeonjellidnieandnfaapd |
| Официальный URL | https://chromewebstore.google.com/detail/pastel-tab/olbihpfkfhmeonjellidnieandnfaapd |
| Описание | Get a new pastel color every time you open a new tab! You can also cycle through colors automatically with a customizable speed.… |
| Размер файла | 79.39 KB |
| Количество установок | 3,824 |
| Текущая Версия | 1.1 |
| Последнее Обновление | 2017-02-21 |
| Дата публикации | 2017-02-21 |
| Рейтинг | 2.76/5 Всего 58 оценок |
| Разработчик | williamyeny |
| Тип оплаты | free |
| Поддерживаемые языки | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Pastel Tab",
"version": "1.1",
"chrome_url_overrides": {
"newtab": "index.html"
},
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"permissions": [
"storage"
]
} | |