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.

¿Qué es New Tab Random Quote?

New Tab Random Quote es una extensión de Chrome desarrollada por https://gabrielkrieshok.com, y su función principal es "Override the 'new tab' page to randomly shows 1 of 1,000 interesting/inspiring quotes, or update it with your own.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión New Tab Random Quote

Descarga archivos de extensión New Tab Random Quote en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre New Tab Random Quote New Tab Random Quote
ID ajdmjnkmegnofepbbkaaklfopjgdocfl
URL Oficial https://chromewebstore.google.com/detail/new-tab-random-quote/ajdmjnkmegnofepbbkaaklfopjgdocfl
Descripción Override the 'new tab' page to randomly shows 1 of 1,000 interesting/inspiring quotes, or update it with your own.
Tamaño del Archivo 596 KB
Cantidad de Instalaciones 65
Versión Actual 2.3
Última Actualización 2020-08-24
Fecha de Publicación 2020-06-28
Calificación 3.67/5 Total de 3 Calificaciones
Desarrollador https://gabrielkrieshok.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión http://gabrielkrieshok.com
URL de la Página de Ayuda http://gabrielkrieshok.com
Idiomas Soportados 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"
    ]
}