Background Pattern Generator
Create subtle background patterns and view it on the page.
Что такое Background Pattern Generator?
Background Pattern Generator - это расширение Chrome, разработанное coreystout, и его основная функция - "Create subtle background patterns and view it on the page.".
Снимки экрана расширения
Скачать файл CRX расширения Background Pattern Generator
Скачайте файлы расширений Background Pattern Generator в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Background Pattern Generator is a simple design tool to select and preview subtle patterns on any site. In addition, you can change and colorize the subtle pattern with a variety of blend modes, including multiply, screen and overlay. Have a question, suggestion, feature request or an issue? Click "Send Feedback" on the Details tab. -- Please rate! -- For source and more info visit: https://github.com/csto/background-pattern-generator
Основная информация о расширении
Название | ![]() |
ID | imebhhejgbdecdgaonbdbhkhiihlkmlj |
Официальный URL | https://chrome.google.com/webstore/detail/background-pattern-genera/imebhhejgbdecdgaonbdbhkhiihlkmlj |
Описание | Create subtle background patterns and view it on the page. |
Размер файла | 230 KB |
Количество установок | 49 |
Текущая Версия | 1.0.0 |
Последнее Обновление | 2014-11-27 |
Дата публикации | 2014-11-27 |
Рейтинг | 5.00/5 Всего 1 оценок |
Разработчик | coreystout |
Тип оплаты | free |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Background Pattern Generator", "version": "1.0.0", "manifest_version": 2, "description": "Create subtle background patterns and view it on the page.", "icons": { "48": "icon-48.png", "128": "icon-128.png" }, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon-32.png", "default_title": "Background Pattern Generator", "default_popup": "popup.html" }, "homepage_url": "https:\/\/github.com\/csto\/background-pattern-generator", "content_security_policy": "script-src 'self' https:\/\/api.github.com; object-src 'self'", "permissions": [ "tabs", "*:\/\/*\/*" ] } |