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 파일 다운로드

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

확장 프로그램 사용 설명서

                        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
}