Quotes
Simplistic quotes app for your Chrome browser.
What is Quotes?
Quotes is a Chrome extension developed by Balasubramani M, and its main feature is "Simplistic quotes app for your Chrome browser.".
Extension Screenshots
Download Quotes Extension CRX File
Download Quotes 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
Get a fruitful quote with a neat background colour in a minimalistic manner each moment when you open a new tab. Progressive Web Extension, even works in offline. Use "space key" to generate new Quotes. Navigate to created Quotes using arrow keys. Do support with your feedback and rating.
Extension Basic Information
Name | Quotes |
ID | dcjcipkkpjkpjifchkjoagdfmjjegehf |
Official URL | https://chromewebstore.google.com/detail/quotes/dcjcipkkpjkpjifchkjoagdfmjjegehf |
Description | Simplistic quotes app for your Chrome browser. |
File Size | 324 KB |
Installation Count | 86 |
Current Version | 2.2.0 |
Last Updated | 2018-10-11 |
Publish Date | 2018-10-11 |
Rating | 5.00/5 Total 5 Ratings |
Developer | Balasubramani M |
[email protected] | |
Payment Type | free |
Extension Website | https://balsu.me/quotes |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Quotes", "description": "Simplistic quotes app for your Chrome browser.", "version": "2.2.0", "author": "Balasubramani M", "offline_enabled": true, "browser_action": { "default_title": "Quotes", "default_icon": "src\/assets\/favicon.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "128": "src\/assets\/favicon.png" }, "permissions": [ "activeTab" ] } |