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'"
}