ESV Context Search

This extension adds a context menu to search the ESVBible.org site with selected text.

ESV Context Searchคืออะไร?

ESV Context Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Richie และคุณลักษณะหลักของมันคือ "This extension adds a context menu to search the ESVBible.org site with selected text."

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

screenshot

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

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

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

                                            

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

ชื่อ ESV Context Search ESV Context Search
ID adgbiebneebkejegnebimeflfkofcalj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/empty-title/adgbiebneebkejegnebimeflfkofcalj
คำอธิบาย This extension adds a context menu to search the ESVBible.org site with selected text.
ขนาดไฟล์ 4.08 KB
จำนวนการติดตั้ง 684
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2013-01-17
วันที่เผยแพร่ 2013-01-17
คะแนน 5.00/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา Richie
ประเภทการชำระเงิน free
ภาษาที่รองรับ
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ESV Context Search",
    "description": "This extension adds a context menu to search the ESVBible.org site with selected text.",
    "version": "1.0",
    "background": {
        "scripts": [
            "ESVsearch.js"
        ]
    },
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "16": "ESV-logo-color_tiny.png"
    }
}