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 |
公式URL | 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 |
Eメール | [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" } } |