Pattern Inspiration
An extension to quickly get inspiration for patterns.
Pattern Inspiration là gì?
Pattern Inspiration là một tiện ích mở rộng Chrome được phát triển bởi markus.waltre, và tính năng chính của nó là "An extension to quickly get inspiration for patterns.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Pattern Inspiration
Tải xuống các tệp mở rộng Pattern Inspiration dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | mjbabnficlkbnmpfbjjobgojmddafmja |
URL Chính Thức | https://chrome.google.com/webstore/detail/pattern-inspiration/mjbabnficlkbnmpfbjjobgojmddafmja |
Mô tả | An extension to quickly get inspiration for patterns. |
Kích Thước Tệp | 1.33 MB |
Số Lần Cài Đặt | 63 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2014-01-31 |
Ngày Phát Hành | 2014-01-31 |
Nhà Phát Triển | markus.waltre |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://pattern.markuswaltre.com |
Ngôn Ngữ Được Hỗ Trợ | 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'" } |