Vecteezy

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

What is Vecteezy?

Vecteezy is a Chrome extension developed by https://www.vecteezy.com, and its main feature is "Save time by searching the world's largest community of free vectors directly from your browser.".

Extension Screenshots

screenshot
screenshot

Download Vecteezy Extension CRX File

Download Vecteezy extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Vecteezy Vecteezy
ID jhgjgbepielhcjdamofdopfmfcdcfiin
Official URL https://chromewebstore.google.com/detail/vecteezy/jhgjgbepielhcjdamofdopfmfcdcfiin
Description Save time by searching the world's largest community of free vectors directly from your browser.
File Size 72.02 KB
Installation Count 3,000
Current Version 1.1.0.0
Last Updated 2013-06-10
Publish Date 2013-06-10
Rating 3.38/5 Total 8 Ratings
Developer https://www.vecteezy.com
Payment Type free
Extension Website http://www.vecteezy.com
Help Page URL http://www.vecteezy.com/frequently-asked-questions
Supported Languages 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"
    }
}