Cute Tab Home Page
This extension sets your New Tab to Cute Tab with Backgrounds of Cute Animals, popular links, and more
Apa itu Cute Tab Home Page?
Cute Tab Home Page adalah ekstensi Chrome yang dikembangkan oleh http://cute-tab.com, dan fitur utamanya adalah "This extension sets your New Tab to Cute Tab with Backgrounds of Cute Animals, popular links, and more".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Cute Tab Home Page
Unduh file ekstensi Cute Tab Home Page 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
I love cute things and I love it even more on my New Tab! amazing background shots of cute puppies and short cut to popular sites, update on cute things from social network and more
Informasi Dasar Ekstensi
Nama | |
ID | ejiikjonepaadgcbnhdeklpjilegpgpe |
URL Resmi | https://chrome.google.com/webstore/detail/cute-tab-home-page/ejiikjonepaadgcbnhdeklpjilegpgpe |
Deskripsi | This extension sets your New Tab to Cute Tab with Backgrounds of Cute Animals, popular links, and more |
Ukuran File | 41.28 KB |
Jumlah Instalasi | 73 |
Versi Saat Ini | 1.1 |
Terakhir Diperbarui | 2018-01-18 |
Tanggal Publikasi | 2018-01-18 |
Pengembang | http://cute-tab.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | http://www.cute-tab.com |
URL Halaman Bantuan | http://cute-tab.com/about/index.html |
URL Halaman Kebijakan Privasi | http://citypage.today/about/privacy.html |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Cute Tab Home Page", "description": "This extension sets your New Tab to Cute Tab with Backgrounds of Cute Animals, popular links, and more", "version": "1.1", "manifest_version": 2, "incognito": "split", "chrome_url_overrides": { "newtab": "cute-tab.html" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "storage" ], "optional_permissions": [ "management" ], "browser_action": { "default_title": "Cute Tab Home Page", "default_icon": "img\/icon16.png" }, "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" } } |