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