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 |
| 官方網址 | 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\/"
]
} | |