Pattern Inspiration
An extension to quickly get inspiration for patterns.
Wat is Pattern Inspiration?
Pattern Inspiration is een Chrome-extensie ontwikkeld door markus.waltre, en de belangrijkste functie is "An extension to quickly get inspiration for patterns.".
Extensie Screenshots
Download het CRX-bestand van de extensie Pattern Inspiration
Download Pattern Inspiration-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
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!
Basisinformatie over de Extensie
Naam | |
ID | mjbabnficlkbnmpfbjjobgojmddafmja |
Officiële URL | https://chrome.google.com/webstore/detail/pattern-inspiration/mjbabnficlkbnmpfbjjobgojmddafmja |
Beschrijving | An extension to quickly get inspiration for patterns. |
Bestandsgrootte | 1.33 MB |
Aantal Installaties | 63 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2014-01-31 |
Publicatiedatum | 2014-01-31 |
Ontwikkelaar | markus.waltre |
Betalingswijze | free |
Extensiewebsite | http://pattern.markuswaltre.com |
Ondersteunde Talen | 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'" } |