Verse of the Day
This extension shows the VOTD from BibleGateway.com
Apa itu Verse of the Day?
Verse of the Day adalah ekstensi Chrome yang dikembangkan oleh marlonn.funtanilla, dan fitur utamanya adalah "This extension shows the VOTD from BibleGateway.com".
Unduh Berkas CRX Ekstensi Verse of the Day
Unduh file ekstensi Verse of the Day 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 | |
ID | fplojlkfdpaonhfpddldfhdkkgaeijeo |
URL Resmi | https://chrome.google.com/webstore/detail/verse-of-the-day/fplojlkfdpaonhfpddldfhdkkgaeijeo |
Deskripsi | This extension shows the VOTD from BibleGateway.com |
Ukuran File | 9.15 KB |
Jumlah Instalasi | 42 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2016-08-05 |
Tanggal Publikasi | 2016-08-05 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | marlonn.funtanilla |
Tipe Pembayaran | free |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Verse of the Day", "description": "This extension shows the VOTD from BibleGateway.com", "version": "1.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' https:\/\/www.biblegateway.com; object-src 'self'", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |