Pink background
This extension allows the users to change the background in pink color of the current page.
Что такое Pink background?
Pink background - это расширение Chrome, разработанное https://dierezepte.com, и его основная функция - "This extension allows the users to change the background in pink color of the current page.".
Снимки экрана расширения
Скачать файл CRX расширения Pink background
Скачайте файлы расширений Pink background в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
                        You can now change your background color of your visited webpage. Just 2 clicks and you will have pink background.                     Основная информация о расширении
| Название |  | 
| ID | ehiaijjfijdbaepbhgompjomellejfoj | 
| Официальный URL | https://chromewebstore.google.com/detail/pink-background/ehiaijjfijdbaepbhgompjomellejfoj | 
| Описание | This extension allows the users to change the background in pink color of the current page. | 
| Размер файла | 7.37 KB | 
| Количество установок | 1,000 | 
| Текущая Версия | 1.0 | 
| Последнее Обновление | 2018-02-20 | 
| Дата публикации | 2018-02-20 | 
| Рейтинг | 2.75/5 Всего 4 оценок | 
| Разработчик | https://dierezepte.com | 
| Электронная почта | [email protected] | 
| Тип оплаты | free | 
| Официальный сайт расширения | https://dierezepte.com/ | 
| Поддерживаемые языки | en | 
| manifest.json | |
| {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pink background",
    "description": "This extension allows the users to change the background in pink color of the current page.",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Click here!"
    },
    "permissions": [
        "activeTab",
        "storage"
    ]
} | |