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
擴展基本資訊
名稱 | Quotidian |
ID | enmpfepcgocdhfbbagianaaapmoliekb |
官方網址 | 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" ] } |