ESV Context Search
This extension adds a context menu to search the ESVBible.org site with selected text.
Apa itu ESV Context Search?
ESV Context Search adalah ekstensi Chrome yang dikembangkan oleh Richie, dan fitur utamanya adalah "This extension adds a context menu to search the ESVBible.org site with selected text.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi ESV Context Search
Unduh file ekstensi ESV Context Search dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Informasi Dasar Ekstensi
Nama | ESV Context Search |
ID | adgbiebneebkejegnebimeflfkofcalj |
URL Resmi | https://chromewebstore.google.com/detail/empty-title/adgbiebneebkejegnebimeflfkofcalj |
Deskripsi | This extension adds a context menu to search the ESVBible.org site with selected text. |
Ukuran File | 4.08 KB |
Jumlah Instalasi | 684 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2013-01-17 |
Tanggal Publikasi | 2013-01-17 |
Penilaian | 5.00/5 Total 7 Penilaian |
Pengembang | Richie |
Tipe Pembayaran | free |
Bahasa yang Didukung | |
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" } } |