Quotable

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

Co je Quotable?

Quotable je rozšíření Chrome vyvinuté Quotable, a jeho hlavní funkcí je „Displays random user-uploaded quotes on each blank 'new tab' HTML page.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Quotable

Stáhněte si soubory rozšíření Quotable ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Quotable Quotable
ID fljaohpdminegmhjohgejalhdkdcflhl
Oficiální URL https://chromewebstore.google.com/detail/quotable/fljaohpdminegmhjohgejalhdkdcflhl
Popis Displays random user-uploaded quotes on each blank 'new tab' HTML page.
Velikost souboru 196 KB
Počet instalací 44
Aktuální Verze 1.3
Poslední Aktualizace 2019-06-16
Datum Vydání 2019-06-16
Hodnocení 4.00/5 Celkem 3 Hodnocení
Vývojář Quotable
E-mail [email protected]
Typ Platby free
URL Stránky Nápovědy https://blueberriesafterdark.com/quotable-faq/
Podporované Jazyky 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
}