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.

Co je New Tab Random Quote?

New Tab Random Quote je rozšíření Chrome vyvinuté https://gabrielkrieshok.com, a jeho hlavní funkcí je „Override the 'new tab' page to randomly shows 1 of 1,000 interesting/inspiring quotes, or update it with your own.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření New Tab Random Quote

Stáhněte si soubory rozšíření New Tab Random Quote 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í

                        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.                    

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

Název New Tab Random Quote New Tab Random Quote
ID ajdmjnkmegnofepbbkaaklfopjgdocfl
Oficiální URL https://chromewebstore.google.com/detail/new-tab-random-quote/ajdmjnkmegnofepbbkaaklfopjgdocfl
Popis Override the 'new tab' page to randomly shows 1 of 1,000 interesting/inspiring quotes, or update it with your own.
Velikost souboru 596 KB
Počet instalací 65
Aktuální Verze 2.3
Poslední Aktualizace 2020-08-24
Datum Vydání 2020-06-28
Hodnocení 3.67/5 Celkem 3 Hodnocení
Vývojář https://gabrielkrieshok.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření http://gabrielkrieshok.com
URL Stránky Nápovědy http://gabrielkrieshok.com
Podporované Jazyky 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"
    ]
}