New Tab Bible Verses
Bible verses delivered every time you open up a new tab.
什么是New Tab Bible Verses?
New Tab Bible Verses是由The Mindful Tech Lab开发的Chrome扩展程序,该扩展的主要功能是“Bible verses delivered every time you open up a new tab.”。
扩展截图
下载New Tab Bible Verses扩展crx文件
下载New Tab Bible Verses扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
New Tab Bible Verses replaces your new tab page with a selection of randomized Bible verses displayed in a minimalist layout. There’s no better way to inject Bible verses into your daily routine than to add this simple extension. A project in collaboration with Dr. Jeremy Roberts, Lead Pastor of The Church of Highlands and adjunct professor at Liberty University. You can reach out to him at [email protected]
扩展基本信息
名称 | |
ID | djlpnhfkmaghdcfdmajkkefmjnmiidbc |
官方URL | https://chrome.google.com/webstore/detail/new-tab-bible-verses/djlpnhfkmaghdcfdmajkkefmjnmiidbc |
简介 | Bible verses delivered every time you open up a new tab. |
文件大小 | 42.51 KB |
安装次数 | 711 |
当前版本 | 1.8 |
更新时间 | 2017-01-13 |
上架时间 | 2017-01-13 |
评分 | 4.83/5 共143次评分 |
开发者 | The Mindful Tech Lab |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "name": "New Tab Bible Verses", "description": "Bible verses delivered every time you open up a new tab.", "version": "1.8", "browser_action": { "default_icon": "icon.png" }, "permissions": [ "management" ], "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |