Cute Tab Home Page
This extension sets your New Tab to Cute Tab with Backgrounds of Cute Animals, popular links, and more
什麼是Cute Tab Home Page?
Cute Tab Home Page是由http://cute-tab.com開發的Chrome擴展程式,該擴展的主要功能是“This extension sets your New Tab to Cute Tab with Backgrounds of Cute Animals, popular links, and more”。
擴展截圖
下載Cute Tab Home Page擴展crx文件
下載Cute Tab Home Page擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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
擴展基本資訊
名稱 | |
ID | ejiikjonepaadgcbnhdeklpjilegpgpe |
官方網址 | https://chrome.google.com/webstore/detail/cute-tab-home-page/ejiikjonepaadgcbnhdeklpjilegpgpe |
簡介 | This extension sets your New Tab to Cute Tab with Backgrounds of Cute Animals, popular links, and more |
檔案大小 | 41.28 KB |
安裝次數 | 73 |
目前版本 | 1.1 |
更新時間 | 2018-01-18 |
上架時間 | 2018-01-18 |
開發者 | http://cute-tab.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | http://www.cute-tab.com |
說明頁面URL | http://cute-tab.com/about/index.html |
隱私政策頁面URL | http://citypage.today/about/privacy.html |
支援的語言 | 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" } } |