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."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pattern Inspiration

ดาวน์โหลดไฟล์ส่วนขยาย Pattern Inspiration ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Pattern Inspiration Pattern Inspiration
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'"
}