Pattern Inspiration
An extension to quickly get inspiration for patterns.
What is Pattern Inspiration?
Pattern Inspiration is a Chrome extension developed by markus.waltre, and its main feature is "An extension to quickly get inspiration for patterns.".
Extension Screenshots
Download Pattern Inspiration Extension CRX File
Download Pattern Inspiration extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | |
ID | mjbabnficlkbnmpfbjjobgojmddafmja |
Official URL | https://chrome.google.com/webstore/detail/pattern-inspiration/mjbabnficlkbnmpfbjjobgojmddafmja |
Description | An extension to quickly get inspiration for patterns. |
File Size | 1.33 MB |
Installation Count | 63 |
Current Version | 1.0 |
Last Updated | 2014-01-31 |
Publish Date | 2014-01-31 |
Developer | markus.waltre |
Payment Type | free |
Extension Website | http://pattern.markuswaltre.com |
Supported Languages | 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'" } |