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 |
| 公式URL | 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 |
| Eメール | [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"
}
} | |