Vecteezy
Save time by searching the world's largest community of free vectors directly from your browser.
Co to jest Vecteezy?
Vecteezy to rozszerzenie Chrome opracowane przez https://www.vecteezy.com, a jego główną funkcją jest „Save time by searching the world's largest community of free vectors directly from your browser.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Vecteezy
Pobierz pliki rozszerzeń Vecteezy w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Time is Money! Save time by searching the worlds largest community vector artists (who submit and share free vector graphics) directly from your browser.
Podstawowe informacje o rozszerzeniu
Nazwa | Vecteezy |
ID | jhgjgbepielhcjdamofdopfmfcdcfiin |
Oficjalny URL | https://chromewebstore.google.com/detail/vecteezy/jhgjgbepielhcjdamofdopfmfcdcfiin |
Opis | Save time by searching the world's largest community of free vectors directly from your browser. |
Rozmiar pliku | 72.02 KB |
Liczba instalacji | 3,000 |
Aktualna Wersja | 1.1.0.0 |
Ostatnia Aktualizacja | 2013-06-10 |
Data Publikacji | 2013-06-10 |
Ocena | 3.38/5 Łącznie 8 Oceny |
Deweloper | https://www.vecteezy.com |
Typ Płatności | free |
Strona Rozszerzenia | http://www.vecteezy.com |
Adres URL Strony Pomocy | http://www.vecteezy.com/frequently-asked-questions |
Obsługiwane Języki | 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" } } |