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."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Vecteezy
ดาวน์โหลดไฟล์ส่วนขยาย Vecteezy ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 |
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 |
URL หน้าช่วยเหลือ | 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" } } |