Vine Quotes - New Tab

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

Co to jest Vine Quotes - New Tab?

Vine Quotes - New Tab to rozszerzenie Chrome opracowane przez nworthington16dev, a jego główną funkcją jest „Displays a new vine quote along with the user's top sites every time new tab is opened”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Vine Quotes - New Tab

Pobierz pliki rozszerzeń Vine Quotes - New Tab w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Simple and soothing.

RIP Vine.                    

Podstawowe informacje o rozszerzeniu

Nazwa Vine Quotes - New Tab Vine Quotes - New Tab
ID nikilimfbnkfgfclokjggmpjhbjbkiin
Oficjalny URL https://chromewebstore.google.com/detail/vine-quotes-new-tab/nikilimfbnkfgfclokjggmpjhbjbkiin
Opis Displays a new vine quote along with the user's top sites every time new tab is opened
Rozmiar pliku 6.96 KB
Liczba instalacji 11
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2018-12-04
Data Publikacji 2018-12-04
Deweloper nworthington16dev
Typ Płatności free
Obsługiwane Języki 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"
    ]
}