Quotidian
Quotes that are a click away.
What is Quotidian?
Quotidian is a Chrome extension developed by Nachiketa Gargi, and its main feature is "Quotes that are a click away.".
Extension Screenshots
Download Quotidian Extension CRX File
Download Quotidian extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Quotidian |
ID | enmpfepcgocdhfbbagianaaapmoliekb |
Official URL | https://chromewebstore.google.com/detail/quotidian/enmpfepcgocdhfbbagianaaapmoliekb |
Description | Quotes that are a click away. |
File Size | 24.18 KB |
Installation Count | 27 |
Current Version | 1.2.8 |
Last Updated | 2015-01-06 |
Publish Date | 2015-01-05 |
Rating | 5.00/5 Total 9 Ratings |
Developer | Nachiketa Gargi |
Payment Type | free |
Extension Website | http://ngargi.me/quotidian |
Supported Languages | 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" ] } |