Vine Quotes - New Tab
Displays a new vine quote along with the user's top sites every time new tab is opened
Apa itu Vine Quotes - New Tab?
Vine Quotes - New Tab adalah ekstensi Chrome yang dikembangkan oleh nworthington16dev, dan fitur utamanya adalah "Displays a new vine quote along with the user's top sites every time new tab is opened".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Vine Quotes - New Tab
Unduh file ekstensi Vine Quotes - New Tab dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Upon opening a new tab, enjoy a fresh vine quote, along with links to your top sites. Simple and soothing. RIP Vine.
Informasi Dasar Ekstensi
Nama | |
ID | nikilimfbnkfgfclokjggmpjhbjbkiin |
URL Resmi | https://chromewebstore.google.com/detail/vine-quotes-new-tab/nikilimfbnkfgfclokjggmpjhbjbkiin |
Deskripsi | Displays a new vine quote along with the user's top sites every time new tab is opened |
Ukuran File | 6.96 KB |
Jumlah Instalasi | 11 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2018-12-04 |
Tanggal Publikasi | 2018-12-04 |
Pengembang | nworthington16dev |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } |