Animated New Tabs

Dozens of neat animations for your new tab page.

Animated New Tabs là gì?

Animated New Tabs là một tiện ích mở rộng Chrome được phát triển bởi Drake Panzer, và tính năng chính của nó là "Dozens of neat animations for your new tab page.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Animated New Tabs

Tải xuống các tệp mở rộng Animated New Tabs dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Animated New Tabs Animated New Tabs
ID eemnohaifbaompibanophaphhijcijbh
URL Chính Thức https://chrome.google.com/webstore/detail/animated-new-tabs/eemnohaifbaompibanophaphhijcijbh
Mô tả Dozens of neat animations for your new tab page.
Kích Thước Tệp 13.54 MB
Số Lần Cài Đặt 640
Phiên Bản Hiện Tại 2.3.0
Cập Nhật Lần Cuối 2020-08-31
Ngày Phát Hành 2020-06-07
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Drake Panzer
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://dpanzer.net
URL Trang Trợ Giúp http://dpanzer.net/terms.html
URL Trang Chính Sách Bảo Mật https://dpanzer.net/wiki/Drake_Panzer:Privacy_policy
Ngôn Ngữ Được Hỗ Trợ 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
}