vLex

Improve your Google searches by adding related documents at vLex.com

vLexคืออะไร?

vLex เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://vlex.com และคุณลักษณะหลักของมันคือ "Improve your Google searches by adding related documents at vLex.com"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย vLex

ดาวน์โหลดไฟล์ส่วนขยาย 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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ vLex vLex
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
อีเมล [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"
    }
}