Background Pattern Generator

Create subtle background patterns and view it on the page.

Qu'est-ce que Background Pattern Generator ?

Background Pattern Generator est une extension Chrome développée par coreystout, et sa fonction principale est "Create subtle background patterns and view it on the page.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Background Pattern Generator

Téléchargez les fichiers d'extension Background Pattern Generator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Background Pattern Generator Background Pattern Generator
ID imebhhejgbdecdgaonbdbhkhiihlkmlj
URL Officiel https://chrome.google.com/webstore/detail/background-pattern-genera/imebhhejgbdecdgaonbdbhkhiihlkmlj
Description Create subtle background patterns and view it on the page.
Taille du Fichier 230 KB
Nombre d'Installations 49
Version Actuelle 1.0.0
Dernière Mise à Jour 2014-11-27
Date de Publication 2014-11-27
Évaluation 5.00/5 Total 1 Évaluations
Développeur coreystout
Type de Paiement free
Langues Prises en Charge 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",
        "*:\/\/*\/*"
    ]
}