Cute Zoo
Watch the cutest animals on the planet! No more boring white page get a new cute picture every time.
Cute Zoo란 무엇입니까?
Cute Zoo은(는) http://www.mytab.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Watch the cutest animals on the planet! No more boring white page get a new cute picture every time."입니다.
확장 프로그램 스크린샷
Cute Zoo 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Watch the cutest animals on the planet! No more boring white page get a new cute picture every time. Install our gorgeous extension and start each day with a lovely one looking at you. Extreme cuteness guaranteed!
확장 프로그램 기본 정보
이름 | |
ID | homobhfpjhbmmgngnaocdhdhgabpcojl |
공식 URL | https://chrome.google.com/webstore/detail/homobhfpjhbmmgngnaocdhdhgabpcojl |
설명 | Watch the cutest animals on the planet! No more boring white page get a new cute picture every time. |
파일 크기 | 24.59 MB |
설치 횟수 | 118 |
현재 버전 | 2.4 |
최근 업데이트 | 2016-11-30 |
출시 날짜 | 2016-11-30 |
평점 | 3.88/5 총 8 개의 평점 |
개발자 | http://www.mytab.net |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://www.mytab.net/ |
지원되는 언어 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Cute Zoo", "manifest_version": 2, "version": "2.4", "description": "Watch the cutest animals on the planet! No more boring white page get a new cute picture every time.", "chrome_url_overrides": { "newtab": "myPage.html" }, "permissions": [ "tabs", "geolocation", "http:\/\/www.mytab.net\/" ], "icons": { "16": "icon_16.png", "32": "icon_32.png", "128": "icon_128.png" }, "web_accessible_resources": [ "icon_16.png", "animals\/*.jpg" ], "chrome_settings_overrides": { "homepage": "http:\/\/www.mytab.net\/animals", "search_provider": { "name": "name.my-tab", "keyword": "keyword.my-tab", "is_default": true, "encoding": "UTF-8", "search_url": "http:\/\/www.mytab.net\/search?term={searchTerms}", "favicon_url": "http:\/\/www.mytab.net\/favicon.ico", "suggest_url": "http:\/\/www.mytab.net\/yahooSearch\/suggestions?term={searchTerms}" }, "startup_pages": [ "http:\/\/www.mytab.net\/animals" ] }, "background": { "scripts": [ "background.js" ] }, "externally_connectable": { "matches": [ "http:\/\/www.mytab.net\/animals" ] } } |