Vine Quotes - New Tab

Displays a new vine quote along with the user's top sites every time new tab is opened

¿Qué es Vine Quotes - New Tab?

Vine Quotes - New Tab es una extensión de Chrome desarrollada por nworthington16dev, y su función principal es "Displays a new vine quote along with the user's top sites every time new tab is opened".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Vine Quotes - New Tab

Descarga archivos de extensión Vine Quotes - New Tab 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

                        Upon opening a new tab, enjoy a fresh vine quote, along with links to your top sites.

Simple and soothing.

RIP Vine.                    

Información Básica de la Extensión

Nombre Vine Quotes - New Tab Vine Quotes - New Tab
ID nikilimfbnkfgfclokjggmpjhbjbkiin
URL Oficial https://chromewebstore.google.com/detail/vine-quotes-new-tab/nikilimfbnkfgfclokjggmpjhbjbkiin
Descripción Displays a new vine quote along with the user's top sites every time new tab is opened
Tamaño del Archivo 6.96 KB
Cantidad de Instalaciones 11
Versión Actual 1.0
Última Actualización 2018-12-04
Fecha de Publicación 2018-12-04
Desarrollador nworthington16dev
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Vine Quotes - New Tab",
    "version": "1.0",
    "description": "Displays a new vine quote along with the user's top sites every time new tab is opened",
    "manifest_version": 2,
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "topSites"
    ]
}