Vecteezy

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

ما هو Vecteezy؟

Vecteezy هو إضافة Chrome تم تطويرها بواسطة https://www.vecteezy.com، والميزة الرئيسية لها هي "Save time by searching the world's largest community of free vectors directly from your browser.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Vecteezy

قم بتنزيل ملفات الامتداد Vecteezy بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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"
    }
}