Vine Quotes - New Tab

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

Cos'è Vine Quotes - New Tab?

Vine Quotes - New Tab è un'estensione di Chrome sviluppata da nworthington16dev, e la sua funzione principale è "Displays a new vine quote along with the user's top sites every time new tab is opened".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Vine Quotes - New Tab

Scarica i file di estensione Vine Quotes - New Tab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Simple and soothing.

RIP Vine.                    

Informazioni di Base sull'Estensione

Nome Vine Quotes - New Tab Vine Quotes - New Tab
ID nikilimfbnkfgfclokjggmpjhbjbkiin
URL Ufficiale https://chromewebstore.google.com/detail/vine-quotes-new-tab/nikilimfbnkfgfclokjggmpjhbjbkiin
Descrizione Displays a new vine quote along with the user's top sites every time new tab is opened
Dimensione del File 6.96 KB
Conteggio Installazioni 11
Versione Corrente 1.0
Ultimo Aggiornamento 2018-12-04
Data di Pubblicazione 2018-12-04
Sviluppatore nworthington16dev
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}