Wine Searcher

This extension will take highlighted text and look for a wine in wine-searcher.com

Wine Searcherคืออะไร?

Wine Searcher เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jguerville และคุณลักษณะหลักของมันคือ "This extension will take highlighted text and look for a wine in wine-searcher.com"

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Wine Searcher ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Find a wine in wine-search.com based on any highlighted text                    

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

ชื่อ Wine Searcher Wine Searcher
ID mfgklnbgiemgljhknfkkjkfnaelggboj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/wine-searcher/mfgklnbgiemgljhknfkkjkfnaelggboj
คำอธิบาย This extension will take highlighted text and look for a wine in wine-searcher.com
ขนาดไฟล์ 7.81 KB
จำนวนการติดตั้ง 121
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2021-03-04
วันที่เผยแพร่ 2021-02-28
ผู้พัฒนา jguerville
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Wine Searcher",
    "description": "This extension will take highlighted text and look for a wine in wine-searcher.com",
    "version": "1.0",
    "browser_action": {
        "default_icon": "wine.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "activeTab"
    ]
}