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文件

下载Animal Crossing New Tab Page扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
    }
}