Verse of the Day
This extension shows the VOTD from BibleGateway.com
什麼是Verse of the Day?
Verse of the Day是由marlonn.funtanilla開發的Chrome擴展程式,該擴展的主要功能是“This extension shows the VOTD from BibleGateway.com”。
下載Verse of the Day擴展crx文件
下載Verse of the Day擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
擴展基本資訊
名稱 | |
ID | fplojlkfdpaonhfpddldfhdkkgaeijeo |
官方網址 | https://chrome.google.com/webstore/detail/verse-of-the-day/fplojlkfdpaonhfpddldfhdkkgaeijeo |
簡介 | This extension shows the VOTD from BibleGateway.com |
檔案大小 | 9.15 KB |
安裝次數 | 42 |
目前版本 | 1.0 |
更新時間 | 2016-08-05 |
上架時間 | 2016-08-05 |
評分 | 5.00/5 共 2 次評分 |
開發者 | marlonn.funtanilla |
付費類型 | free |
支援的語言 | 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:\/\/*\/*" ] } |