Jesus Quotes
Random quote from Jesus on each new tab.
什么是Jesus Quotes?
Jesus Quotes是由haydmills开发的Chrome扩展程序,该扩展的主要功能是“Random quote from Jesus on each new tab.”。
扩展截图
下载Jesus Quotes扩展crx文件
下载Jesus Quotes扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Bible quotes from Jesus.
扩展基本信息
名称 | Jesus Quotes |
ID | plbdiohbpbliejbjhdndgcimcepgjnpm |
官方URL | https://chromewebstore.google.com/detail/jesus-quotes/plbdiohbpbliejbjhdndgcimcepgjnpm |
简介 | Random quote from Jesus on each new tab. |
文件大小 | 143 KB |
安装次数 | 539 |
当前版本 | 0.0.2 |
更新时间 | 2019-08-03 |
上架时间 | 2019-08-03 |
评分 | 3.50/5 共2次评分 |
开发者 | haydmills |
付费类型 | free |
扩展官网 | http://haydmills.com/ |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Jesus Quotes", "description": "Random quote from Jesus on each new tab.", "version": "0.0.2", "author": "@haydmills", "chrome_url_overrides": { "newtab": "customNewTab.html" }, "permissions": [ "http:\/\/api.forismatic.com\/" ], "icons": { "16": "icons\/icon_16.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" } } |