Vecteezy

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

Cos'è Vecteezy?

Vecteezy è un'estensione di Chrome sviluppata da https://www.vecteezy.com, e la sua funzione principale è "Save time by searching the world's largest community of free vectors directly from your browser.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Vecteezy

Scarica i file di estensione Vecteezy in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Vecteezy Vecteezy
ID jhgjgbepielhcjdamofdopfmfcdcfiin
URL Ufficiale https://chromewebstore.google.com/detail/vecteezy/jhgjgbepielhcjdamofdopfmfcdcfiin
Descrizione Save time by searching the world's largest community of free vectors directly from your browser.
Dimensione del File 72.02 KB
Conteggio Installazioni 3,000
Versione Corrente 1.1.0.0
Ultimo Aggiornamento 2013-06-10
Data di Pubblicazione 2013-06-10
Valutazione 3.38/5 Totale 8 Valutazioni
Sviluppatore https://www.vecteezy.com
Tipo di Pagamento free
Sito Web dell'Estensione http://www.vecteezy.com
URL della Pagina di Aiuto http://www.vecteezy.com/frequently-asked-questions
Lingue Supportate 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"
    }
}