Vecteezy
Save time by searching the world's largest community of free vectors directly from your browser.
什麼是Vecteezy?
Vecteezy是由https://www.vecteezy.com開發的Chrome擴展程式,該擴展的主要功能是“Save time by searching the world's largest community of free vectors directly from your browser.”。
擴展截圖
下載Vecteezy擴展crx文件
下載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. 擴展基本資訊
| 名稱 | |
| ID | jhgjgbepielhcjdamofdopfmfcdcfiin |
| 官方網址 | 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"
}
} | |