Quiet Quote
This extension provides you with a fresh, inspirational quote every time you click!
什么是Quiet Quote?
Quiet Quote是由robertduplock开发的Chrome扩展程序,该扩展的主要功能是“This extension provides you with a fresh, inspirational quote every time you click!”。
扩展截图
下载Quiet Quote扩展crx文件
下载Quiet Quote扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension provides you with a fresh, inspirational quote every time you click! Now with a refresh button.
"There is nothing noble in being superior to your fellow men. True nobility lies in being superior to your former self."
- Ernest Hemingway
This extension is 100% free, ad free & will be forever. There is a small "Support Me" link if you're feeling generous.
Quotes are sourced from the forismatic api - see http://forismatic.com/en/ for their cool stuff. 扩展基本信息
| 名称 | |
| ID | jkolpjlkefdnecigcmdjogmehjcnjobe |
| 官方URL | https://chromewebstore.google.com/detail/quiet-quote/jkolpjlkefdnecigcmdjogmehjcnjobe |
| 简介 | This extension provides you with a fresh, inspirational quote every time you click! |
| 文件大小 | 33.47 KB |
| 安装次数 | 36 |
| 当前版本 | 0.7.0 |
| 更新时间 | 2017-03-08 |
| 上架时间 | 2017-03-07 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | robertduplock |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Quiet Quote",
"description": "This extension provides you with a fresh, inspirational quote every time you click!",
"version": "0.7.0",
"author": "Robert Duplock",
"browser_action": {
"default_icon": {
"19": "img\/icon19.png",
"38": "img\/icon38.png"
},
"default_popup": "popup.html",
"default_title": "Quiet Quote"
},
"icons": {
"16": "img\/icon16.png",
"48": "img\/icon48.png",
"128": "img\/icon128.png"
},
"permissions": [
"http:\/\/api.forismatic.com\/api\/"
]
} | |