New Tab Random Quote
Override the 'new tab' page to randomly shows 1 of 1,000 interesting/inspiring quotes, or update it with your own.
What is New Tab Random Quote?
New Tab Random Quote is a Chrome extension developed by https://gabrielkrieshok.com, and its main feature is "Override the 'new tab' page to randomly shows 1 of 1,000 interesting/inspiring quotes, or update it with your own.".
Extension Screenshots
Download New Tab Random Quote Extension CRX File
Download New Tab Random Quote 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
Lets you replace the default 'new tab' screen with a randomly-selected quotation / thought / reminder of your own. The settings page allows you to add/remove quotations, as well as well as importing/exporting in bulk.
Extension Basic Information
Name | New Tab Random Quote |
ID | ajdmjnkmegnofepbbkaaklfopjgdocfl |
Official URL | https://chromewebstore.google.com/detail/new-tab-random-quote/ajdmjnkmegnofepbbkaaklfopjgdocfl |
Description | Override the 'new tab' page to randomly shows 1 of 1,000 interesting/inspiring quotes, or update it with your own. |
File Size | 596 KB |
Installation Count | 65 |
Current Version | 2.3 |
Last Updated | 2020-08-24 |
Publish Date | 2020-06-28 |
Rating | 3.67/5 Total 3 Ratings |
Developer | https://gabrielkrieshok.com |
[email protected] | |
Payment Type | free |
Extension Website | http://gabrielkrieshok.com |
Help Page URL | http://gabrielkrieshok.com |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "New Tab Random Quote", "version": "2.3", "description": "Override the 'new tab' page to randomly shows 1 of 1,000 interesting\/inspiring quotes, or update it with your own.", "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "author": "Gabriel Krieshok", "chrome_url_overrides": { "newtab": "quote.html" }, "options_page": "index.html", "permissions": [ "storage" ], "web_accessible_resources": [ "quotelist.json" ] } |