Background Pattern Generator

Create subtle background patterns and view it on the page.

Wat is Background Pattern Generator?

Background Pattern Generator is een Chrome-extensie ontwikkeld door coreystout, en de belangrijkste functie is "Create subtle background patterns and view it on the page.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Background Pattern Generator

Download Background Pattern Generator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Background Pattern Generator Background Pattern Generator
ID imebhhejgbdecdgaonbdbhkhiihlkmlj
Officiële URL https://chrome.google.com/webstore/detail/background-pattern-genera/imebhhejgbdecdgaonbdbhkhiihlkmlj
Beschrijving Create subtle background patterns and view it on the page.
Bestandsgrootte 230 KB
Aantal Installaties 49
Huidige Versie 1.0.0
Laatst Bijgewerkt 2014-11-27
Publicatiedatum 2014-11-27
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar coreystout
Betalingswijze free
Ondersteunde Talen 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",
        "*:\/\/*\/*"
    ]
}