vLex
Improve your Google searches by adding related documents at vLex.com
什麼是vLex?
vLex是由https://vlex.com開發的Chrome擴展程式,該擴展的主要功能是“Improve your Google searches by adding related documents at vLex.com”。
擴展截圖
下載vLex擴展crx文件
下載vLex擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
The vLex extension automatically adds vLex links to citations in web pages, and enhances Google searches with relevant vLex content. Vincent - our AI-assisted research companion - can recommend related vLex material based on the web content you are looking at. 擴展基本資訊
| 名稱 | |
| ID | gjdimoodoalmblikhoicpcfnhlkkghgf |
| 官方網址 | https://chromewebstore.google.com/detail/vlex/gjdimoodoalmblikhoicpcfnhlkkghgf |
| 簡介 | Improve your Google searches by adding related documents at vLex.com |
| 檔案大小 | 1.12 MB |
| 安裝次數 | 100,363 |
| 目前版本 | 6.8 |
| 更新時間 | 2023-10-03 |
| 上架時間 | 2020-06-16 |
| 評分 | 4.37/5 共 38 次評分 |
| 開發者 | https://vlex.com |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://vlex.com/ |
| 說明頁面URL | https://kb.vlex.com/ |
| 隱私政策頁面URL | https://vlex.com/privacy-policy |
| 支援的語言 | en,fr,ca,es,it,pt-BR |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "vLex",
"version": "6.8",
"description": "__MSG_appDesc__",
"default_locale": "en",
"permissions": [
"activeTab",
"storage",
"webRequest"
],
"host_permissions": [
"https:\/\/*\/"
],
"web_accessible_resources": [
{
"resources": [
"google-iframe\/search.html",
"google-iframe\/stream.html",
"resources\/extensionChecker.js",
"content\/vlex-taskpane.html",
"*.svg",
"*.png",
"*.js.map"
],
"matches": [
"*:\/\/*\/*"
]
}
],
"background": {
"service_worker": "build\/background.js"
},
"externally_connectable": {
"matches": [
"*:\/\/*.vlex.com\/*"
]
},
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"build\/content-script.js",
"build\/universal-content-script.js",
"build\/vcite.js"
],
"css": [
"content\/content.css"
],
"run_at": "document_start"
}
],
"action": {
"default_icon": "resources\/img\/vlex-logo-128.png",
"default_popup": "popup\/popup.html"
},
"omnibox": {
"keyword": "v"
},
"icons": {
"16": "resources\/img\/vlex-logo-16.png",
"48": "resources\/img\/vlex-logo-app.png",
"128": "resources\/img\/vlex-logo-app.png"
}
} | |