Vecteezy

Save time by searching the world's largest community of free vectors directly from your browser.

Что такое Vecteezy?

Vecteezy - это расширение Chrome, разработанное https://www.vecteezy.com, и его основная функция - "Save time by searching the world's largest community of free vectors directly from your browser.".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Vecteezy

Скачайте файлы расширений Vecteezy в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Time is Money! Save time by searching the worlds largest community vector artists (who submit and share free vector graphics) directly from your browser.                    

Основная информация о расширении

Название Vecteezy Vecteezy
ID jhgjgbepielhcjdamofdopfmfcdcfiin
Официальный URL https://chromewebstore.google.com/detail/vecteezy/jhgjgbepielhcjdamofdopfmfcdcfiin
Описание Save time by searching the world's largest community of free vectors directly from your browser.
Размер файла 72.02 KB
Количество установок 3,000
Текущая Версия 1.1.0.0
Последнее Обновление 2013-06-10
Дата публикации 2013-06-10
Рейтинг 3.38/5 Всего 8 оценок
Разработчик https://www.vecteezy.com
Тип оплаты free
Официальный сайт расширения http://www.vecteezy.com
URL страницы помощи http://www.vecteezy.com/frequently-asked-questions
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_title__",
    "version": "1.1.0.0",
    "manifest_version": 2,
    "default_locale": "en",
    "description": "__MSG_description__",
    "homepage_url": "http:\/\/www.vecteezy.com\/",
    "permissions": [
        "http:\/\/www.linkconnector.com\/api\/*",
        "https:\/\/ssl.google-analytics.com\/*"
    ],
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "js\/jquery-1.9.1.min.js",
                "js\/serp.js"
            ],
            "css": [
                "css\/serp.css"
            ],
            "matches": [
                "*:\/\/*.google.com\/*",
                "*:\/\/*.bing.com\/*",
                "*:\/\/*.yahoo.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "scripts": [
            "js\/jquery-1.9.1.min.js",
            "js\/bg.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/16.png",
        "default_popup": "popup.html",
        "default_title": "__MSG_buttonTitle__"
    },
    "icons": {
        "48": "img\/48.png",
        "128": "img\/128.png"
    }
}