Quotable

Displays random user-uploaded quotes on each blank 'new tab' HTML page.

What is Quotable?

Quotable is a Chrome extension developed by Quotable, and its main feature is "Displays random user-uploaded quotes on each blank 'new tab' HTML page.".

Extension Screenshots

screenshot

Download Quotable Extension CRX File

Download Quotable 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

                        Quotable transforms the blank page of a new Chrome tab into your personal message board. Each new tab will display a quote randomly selected from your collection. You can use Quotable to help you memorize information, view inspirational messages, or display your favorite quotes. Add new quotes one at a time or upload them in bulk. You can even download your quotes from Quotable to save or use elsewhere as your collection grows.                    

Extension Basic Information

Name Quotable Quotable
ID fljaohpdminegmhjohgejalhdkdcflhl
Official URL https://chromewebstore.google.com/detail/quotable/fljaohpdminegmhjohgejalhdkdcflhl
Description Displays random user-uploaded quotes on each blank 'new tab' HTML page.
File Size 196 KB
Installation Count 44
Current Version 1.3
Last Updated 2019-06-16
Publish Date 2019-06-16
Rating 4.00/5 Total 3 Ratings
Developer Quotable
Email [email protected]
Payment Type free
Help Page URL https://blueberriesafterdark.com/quotable-faq/
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Quotable",
    "description": "Displays random user-uploaded quotes on each blank 'new tab' HTML page.",
    "version": "1.3",
    "incognito": "split",
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "chrome_url_overrides": {
        "newtab": "quotable.html"
    },
    "manifest_version": 2
}