Vecteezy

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

什么是Vecteezy?

Vecteezy是由https://www.vecteezy.com开发的Chrome扩展程序,该扩展的主要功能是“Save time by searching the world's largest community of free vectors directly from your browser.”。

扩展截图

screenshot
screenshot

下载Vecteezy扩展crx文件

下载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"
    }
}