Pattern Inspiration

An extension to quickly get inspiration for patterns.

Was ist Pattern Inspiration?

Pattern Inspiration ist eine Chrome-Erweiterung, die von markus.waltre entwickelt wurde, und ihr Hauptmerkmal ist "An extension to quickly get inspiration for patterns.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Pattern Inspiration-Erweiterungs-CRX-Datei herunterladen

Laden Sie Pattern Inspiration-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Pattern inspiration is a creative tool to start designing patterns. 
A fully random generating process will create endless amount of pattern for as long as you like.

The purpose is to get the creative juices flowing without having to put much effort into designing at all. 

Its free, online and all in vector graphics, hope you enjoy!                    

Grundlegende Informationen zur Erweiterung

Name Pattern Inspiration Pattern Inspiration
ID mjbabnficlkbnmpfbjjobgojmddafmja
Offizielle URL https://chrome.google.com/webstore/detail/pattern-inspiration/mjbabnficlkbnmpfbjjobgojmddafmja
Beschreibung An extension to quickly get inspiration for patterns.
Dateigröße 1.33 MB
Installationsanzahl 63
Aktuelle Version 1.0
Letztes Update 2014-01-31
Veröffentlichungsdatum 2014-01-31
Entwickler markus.waltre
Zahlungsart free
Erweiterungswebsite http://pattern.markuswaltre.com
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pattern Inspiration",
    "description": "An extension to quickly get inspiration for patterns.",
    "version": "1.0",
    "browser_action": {
        "default_icon": "pi_19.png",
        "default_popup": "patterninspiration.html"
    },
    "icons": {
        "16": "pi_16.png",
        "48": "pi_48.png",
        "128": "pi_128.png"
    },
    "permissions": [
        "tabs"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}