Quotable

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

Wat is Quotable?

Quotable is een Chrome-extensie ontwikkeld door Quotable, en de belangrijkste functie is "Displays random user-uploaded quotes on each blank 'new tab' HTML page.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Quotable

Download Quotable-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Quotable Quotable
ID fljaohpdminegmhjohgejalhdkdcflhl
Officiële URL https://chromewebstore.google.com/detail/quotable/fljaohpdminegmhjohgejalhdkdcflhl
Beschrijving Displays random user-uploaded quotes on each blank 'new tab' HTML page.
Bestandsgrootte 196 KB
Aantal Installaties 44
Huidige Versie 1.3
Laatst Bijgewerkt 2019-06-16
Publicatiedatum 2019-06-16
Beoordeling 4.00/5 Totaal 3 Beoordelingen
Ontwikkelaar Quotable
E-mail [email protected]
Betalingswijze free
Help Pagina-URL https://blueberriesafterdark.com/quotable-faq/
Ondersteunde Talen 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
}