Animated New Tabs

Dozens of neat animations for your new tab page.

什么是Animated New Tabs?

Animated New Tabs是由Drake Panzer开发的Chrome扩展程序,该扩展的主要功能是“Dozens of neat animations for your new tab page.”。

扩展截图

screenshot

下载Animated New Tabs扩展crx文件

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

扩展使用说明

                        Replaces your new tab page with a neat animation! This extension includes (currently) 144 different animations for the new tab page to spice up Chrome.

* Has a feature to sync your selected tab between installs.
* Works 99.9% offline.

You can't replace the Incognito new tab.

Changelog is in the extensions, on the options page in the advanced options dropdown.

__________
If you have any problems or a suggestion for a feature/animation, please leave a comment on the "Support" tab above.                    

扩展基本信息

名称 Animated New Tabs Animated New Tabs
ID eemnohaifbaompibanophaphhijcijbh
官方URL https://chrome.google.com/webstore/detail/animated-new-tabs/eemnohaifbaompibanophaphhijcijbh
简介 Dozens of neat animations for your new tab page.
文件大小 13.54 MB
安装次数 640
当前版本 2.3.0
更新时间 2020-08-31
上架时间 2020-06-07
评分 5.00/5 共4次评分
开发者 Drake Panzer
电子邮箱 [email protected]
付费类型 free
扩展官网 http://dpanzer.net
帮助页面URL http://dpanzer.net/terms.html
隐私政策页面URL https://dpanzer.net/wiki/Drake_Panzer:Privacy_policy
支持的语言 en-US
manifest.json
{
    "name": "Animated New Tabs",
    "short_name": "Anim. New Tabs",
    "description": "Dozens of neat animations for your new tab page.",
    "version": "2.3.0",
    "author": "Drake Panzer",
    "homepage_url": "http:\/\/dpanzer.net",
    "icons": {
        "16": "dist\/images\/icons\/icon16.png",
        "48": "dist\/images\/icons\/icon48.png",
        "128": "dist\/images\/icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "dist\/js\/jquery.min.js",
            "dist\/js\/background.js"
        ],
        "persistent": false
    },
    "chrome_url_overrides": {
        "newtab": "dist\/html\/override.html"
    },
    "options_page": "dist\/options.html",
    "permissions": [
        "storage",
        "identity",
        "identity.email"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "web_accessible_resources": [
        "dist\/js\/*",
        "dist\/html\/override.html",
        "dist\/pens\/*"
    ],
    "browser_action": {
        "default_popup": "dist\/html\/popup.html"
    },
    "offline_enabled": true,
    "manifest_version": 2
}