Vecteezy
Save time by searching the world's largest community of free vectors directly from your browser.
Vecteezy là gì?
Vecteezy là một tiện ích mở rộng Chrome được phát triển bởi https://www.vecteezy.com, và tính năng chính của nó là "Save time by searching the world's largest community of free vectors directly from your browser.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Vecteezy
Tải xuống các tệp mở rộng Vecteezy dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Time is Money! Save time by searching the worlds largest community vector artists (who submit and share free vector graphics) directly from your browser.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Vecteezy |
ID | jhgjgbepielhcjdamofdopfmfcdcfiin |
URL Chính Thức | https://chromewebstore.google.com/detail/vecteezy/jhgjgbepielhcjdamofdopfmfcdcfiin |
Mô tả | Save time by searching the world's largest community of free vectors directly from your browser. |
Kích Thước Tệp | 72.02 KB |
Số Lần Cài Đặt | 3,000 |
Phiên Bản Hiện Tại | 1.1.0.0 |
Cập Nhật Lần Cuối | 2013-06-10 |
Ngày Phát Hành | 2013-06-10 |
Đánh Giá | 3.38/5 Tổng số 8 Đánh Giá |
Nhà Phát Triển | https://www.vecteezy.com |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.vecteezy.com |
URL Trang Trợ Giúp | http://www.vecteezy.com/frequently-asked-questions |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |