Vecteezy

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

Apa itu Vecteezy?

Vecteezy adalah ekstensi Chrome yang dikembangkan oleh https://www.vecteezy.com, dan fitur utamanya adalah "Save time by searching the world's largest community of free vectors directly from your browser.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Vecteezy

Unduh file ekstensi Vecteezy dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Vecteezy Vecteezy
ID jhgjgbepielhcjdamofdopfmfcdcfiin
URL Resmi https://chromewebstore.google.com/detail/vecteezy/jhgjgbepielhcjdamofdopfmfcdcfiin
Deskripsi Save time by searching the world's largest community of free vectors directly from your browser.
Ukuran File 72.02 KB
Jumlah Instalasi 3,000
Versi Saat Ini 1.1.0.0
Terakhir Diperbarui 2013-06-10
Tanggal Publikasi 2013-06-10
Penilaian 3.38/5 Total 8 Penilaian
Pengembang https://www.vecteezy.com
Tipe Pembayaran free
Situs Ekstensi http://www.vecteezy.com
URL Halaman Bantuan http://www.vecteezy.com/frequently-asked-questions
Bahasa yang Didukung 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"
    }
}