Pattern Inspiration
An extension to quickly get inspiration for patterns.
Pattern Inspiration क्या है?
Pattern Inspiration markus.waltre द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An extension to quickly get inspiration for patterns."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Pattern Inspiration एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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!
एक्सटेंशन की मूल जानकारी
नाम | |
ID | mjbabnficlkbnmpfbjjobgojmddafmja |
आधिकारिक URL | https://chrome.google.com/webstore/detail/pattern-inspiration/mjbabnficlkbnmpfbjjobgojmddafmja |
विवरण | An extension to quickly get inspiration for patterns. |
फ़ाइल का आकार | 1.33 MB |
स्थापना संख्या | 63 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2014-01-31 |
प्रकाशन तिथि | 2014-01-31 |
डेवलपर | markus.waltre |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://pattern.markuswaltre.com |
समर्थित भाषाएँ | 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'" } |