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.

Was ist New Tab Random Quote?

New Tab Random Quote ist eine Chrome-Erweiterung, die von https://gabrielkrieshok.com entwickelt wurde, und ihr Hauptmerkmal ist "Override the 'new tab' page to randomly shows 1 of 1,000 interesting/inspiring quotes, or update it with your own.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

New Tab Random Quote-Erweiterungs-CRX-Datei herunterladen

Laden Sie New Tab Random Quote-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name New Tab Random Quote New Tab Random Quote
ID ajdmjnkmegnofepbbkaaklfopjgdocfl
Offizielle URL https://chromewebstore.google.com/detail/new-tab-random-quote/ajdmjnkmegnofepbbkaaklfopjgdocfl
Beschreibung Override the 'new tab' page to randomly shows 1 of 1,000 interesting/inspiring quotes, or update it with your own.
Dateigröße 596 KB
Installationsanzahl 65
Aktuelle Version 2.3
Letztes Update 2020-08-24
Veröffentlichungsdatum 2020-06-28
Bewertung 3.67/5 Insgesamt 3 Bewertungen
Entwickler https://gabrielkrieshok.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://gabrielkrieshok.com
Hilfeseite URL http://gabrielkrieshok.com
Unterstützte Sprachen 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"
    ]
}