Quotidian
Quotes that are a click away.
Quotidianとは何ですか?
QuotidianはNachiketa Gargiによって開発されたChromeの拡張機能で、その主な機能は「Quotes that are a click away.」です。
拡張機能のスクリーンショット
Quotidian拡張機能のCRXファイルをダウンロード
Quotidian拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Quotidian shows you a random quote when you click the button. You can listen to the quote, copy it to the clipboard and more.
Features:
- Button for copying to clipboard
- Click on the speaker icon in the popup, and it will speak the quote aloud.
- Link to author's Wikipedia page
- Easy to use interface
- Quotes are sourced from forismatic 拡張機能の基本情報
| 名前 | |
| ID | enmpfepcgocdhfbbagianaaapmoliekb |
| 公式URL | https://chromewebstore.google.com/detail/quotidian/enmpfepcgocdhfbbagianaaapmoliekb |
| 説明 | Quotes that are a click away. |
| ファイルサイズ | 24.18 KB |
| インストール数 | 27 |
| 現在のバージョン | 1.2.8 |
| 最終更新日 | 2015-01-06 |
| 公開日 | 2015-01-05 |
| 評価 | 5.00/5 合計 9 レビュー |
| 開発者 | Nachiketa Gargi |
| 支払い方法 | free |
| 拡張機能のウェブサイト | http://ngargi.me/quotidian |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Quotidian",
"version": "1.2.8",
"author": "Nachiketa Gargi",
"description": "Quotes that are a click away.",
"browser_action": {
"default_icon": {
"128": "quotidian.png",
"19": "quotidian.png",
"48": "quotidian48.png"
},
"default_title": "Quotidian",
"default_popup": "popup.html"
},
"icons": {
"128": "quotidian.png",
"19": "quotidian.png",
"48": "quotidian48.png"
},
"permissions": [
"http:\/\/api.forismatic.com\/",
"tts",
"clipboardWrite"
]
} | |