Vine Quotes - New Tab
Displays a new vine quote along with the user's top sites every time new tab is opened
Was ist Vine Quotes - New Tab?
Vine Quotes - New Tab ist eine Chrome-Erweiterung, die von nworthington16dev entwickelt wurde, und ihr Hauptmerkmal ist "Displays a new vine quote along with the user's top sites every time new tab is opened".
Erweiterungsscreenshots
Vine Quotes - New Tab-Erweiterungs-CRX-Datei herunterladen
Laden Sie Vine Quotes - New Tab-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
Upon opening a new tab, enjoy a fresh vine quote, along with links to your top sites. Simple and soothing. RIP Vine.
Grundlegende Informationen zur Erweiterung
Name | |
ID | nikilimfbnkfgfclokjggmpjhbjbkiin |
Offizielle URL | https://chromewebstore.google.com/detail/vine-quotes-new-tab/nikilimfbnkfgfclokjggmpjhbjbkiin |
Beschreibung | Displays a new vine quote along with the user's top sites every time new tab is opened |
Dateigröße | 6.96 KB |
Installationsanzahl | 11 |
Aktuelle Version | 1.0 |
Letztes Update | 2018-12-04 |
Veröffentlichungsdatum | 2018-12-04 |
Entwickler | nworthington16dev |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |