Background Pattern Generator
Create subtle background patterns and view it on the page.
¿Qué es Background Pattern Generator?
Background Pattern Generator es una extensión de Chrome desarrollada por coreystout, y su función principal es "Create subtle background patterns and view it on the page.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Background Pattern Generator
Descarga archivos de extensión Background Pattern Generator en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | ![]() |
ID | imebhhejgbdecdgaonbdbhkhiihlkmlj |
URL Oficial | https://chrome.google.com/webstore/detail/background-pattern-genera/imebhhejgbdecdgaonbdbhkhiihlkmlj |
Descripción | Create subtle background patterns and view it on the page. |
Tamaño del Archivo | 230 KB |
Cantidad de Instalaciones | 49 |
Versión Actual | 1.0.0 |
Última Actualización | 2014-11-27 |
Fecha de Publicación | 2014-11-27 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | coreystout |
Tipo de Pago | free |
Idiomas Soportados | 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", "*:\/\/*\/*" ] } |