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 |
官方URL | 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:\/\/*\/*" ] } |