Pattern Inspiration
An extension to quickly get inspiration for patterns.
ما هو Pattern Inspiration؟
Pattern Inspiration هو إضافة Chrome تم تطويرها بواسطة markus.waltre، والميزة الرئيسية لها هي "An extension to quickly get inspiration for patterns.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Pattern Inspiration
قم بتنزيل ملفات الامتداد Pattern Inspiration بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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'" } |