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 |
| Eメール | [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\/"
]
} | |