Deep Thoughts by Jack Handey
Open up a new tab with a wonderful and inspiring quote from philosopher Jack Handey.
什么是Deep Thoughts by Jack Handey?
Deep Thoughts by Jack Handey是由https://andrewgard.house开发的Chrome扩展程序,该扩展的主要功能是“Open up a new tab with a wonderful and inspiring quote from philosopher Jack Handey.”。
扩展截图
下载Deep Thoughts by Jack Handey扩展crx文件
下载Deep Thoughts by Jack Handey扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Let Jack Handey be your daily mantra.
All Text © Jack Handey 扩展基本信息
| 名称 | |
| ID | dljleoaondcpfbnjpmcddabbgfmmhcjo |
| 官方URL | https://chromewebstore.google.com/detail/deep-thoughts-by-jack-han/dljleoaondcpfbnjpmcddabbgfmmhcjo |
| 简介 | Open up a new tab with a wonderful and inspiring quote from philosopher Jack Handey. |
| 文件大小 | 152 KB |
| 安装次数 | 24 |
| 当前版本 | 1.0 |
| 更新时间 | 2019-01-27 |
| 上架时间 | 2019-01-27 |
| 评分 | 5.00/5 共2次评分 |
| 开发者 | https://andrewgard.house |
| 付费类型 | free |
| 扩展官网 | https://andrewgard.house |
| 帮助页面URL | https://andrewgard.house |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Deep Thoughts by Jack Handey",
"version": "1.0",
"manifest_version": 2,
"description": "Open up a new tab with a wonderful and inspiring quote from philosopher Jack Handey.",
"chrome_url_overrides": {
"newtab": "newtab.html"
},
"web_accessible_resources": [
"css\/style.css",
"images\/beach.jpg",
"js\/jquery.min.js",
"js\/quotes.min.js",
"js\/scroll.js"
]
} | |