Vine Quotes - New Tab
Displays a new vine quote along with the user's top sites every time new tab is opened
Vad är Vine Quotes - New Tab?
Vine Quotes - New Tab är en Chrome-tillägg utvecklad av nworthington16dev, och dess huvudfunktion är "Displays a new vine quote along with the user's top sites every time new tab is opened".
Tilläggsskärmbilder
Ladda ner Vine Quotes - New Tab-förlängningens CRX-fil
Ladda ner Vine Quotes - New Tab-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Upon opening a new tab, enjoy a fresh vine quote, along with links to your top sites. Simple and soothing. RIP Vine.
Grundläggande Information om Tillägg
Namn | |
ID | nikilimfbnkfgfclokjggmpjhbjbkiin |
Officiell webbadress | https://chromewebstore.google.com/detail/vine-quotes-new-tab/nikilimfbnkfgfclokjggmpjhbjbkiin |
Beskrivning | Displays a new vine quote along with the user's top sites every time new tab is opened |
Filstorlek | 6.96 KB |
Antal Installationer | 11 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2018-12-04 |
Publiceringsdatum | 2018-12-04 |
Utvecklare | nworthington16dev |
Betalningssätt | free |
Stödda Språk | 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" ] } |