Animal Crossing New Tab Page

Simple new tab page. Has: time, date, countdown to new horizons, links(reddit, youtube, netflix, twitter, twitch).

Animal Crossing New Tab Page란 무엇입니까?

Animal Crossing New Tab Page은(는) kyrakodes에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Simple new tab page. Has: time, date, countdown to new horizons, links(reddit, youtube, netflix, twitter, twitch)."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Animal Crossing New Tab Page 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        New tab page with 
-date 
-time 
-5 links: reddit, youtube, netflix, twitter, and twitch
-6 background that change randomly  when you refresh the page
-close button that will take you back to the default chrome new tab page                    

확장 프로그램 기본 정보

이름 Animal Crossing New Tab Page Animal Crossing New Tab Page
ID nkdpbaofodhjikmcomchflnfebeidela
공식 URL https://chrome.google.com/webstore/detail/animal-crossing-new-tab-p/nkdpbaofodhjikmcomchflnfebeidela
설명 Simple new tab page. Has: time, date, countdown to new horizons, links(reddit, youtube, netflix, twitter, twitch).
파일 크기 2.32 MB
설치 횟수 448
현재 버전 2.1.1.0
최근 업데이트 2020-04-22
출시 날짜 2020-04-22
평점 4.33/5 총 6 개의 평점
개발자 kyrakodes
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Animal Crossing New Tab Page",
    "description": "Simple new tab page. Has: time, date, countdown to new horizons, links(reddit, youtube, netflix, twitter, twitch).",
    "version": "2.1.1.0",
    "minimum_chrome_version": "46",
    "content_security_policy": "script-src 'self' https:\/\/cdn.jsdelivr.net\/gh\/kyfosh\/AC_extension\/moment.js https:\/\/cdn.jsdelivr.net\/gh\/kyfosh\/AC_extension\/dif_bg.js https:\/\/cdn.jsdelivr.net\/gh\/kyfosh\/AC_extension\/getTime.js https:\/\/cdn.jsdelivr.net\/gh\/kyfosh\/AC_extension\/defaultTab4.js; object-src 'self'",
    "permissions": [
        "management",
        "fontSettings",
        "tabs"
    ],
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}