SpaceX Animated New Tab

Simple New Tab for SpaceX Fans (with animation speed control)

SpaceX Animated New Tab란 무엇입니까?

SpaceX Animated New Tab은(는) KristijanRoss에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Simple New Tab for SpaceX Fans (with animation speed control)"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

SpaceX Animated New Tab 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Includes:
- Recently closed tabs
- Useful Chrome shortcuts
- Control the video speed with mouse wheel

Details:
- Storage: chrome.local
- Ignored links: /^(chrome|data)/
- Video: spacex.mp4 (1920x1080, 30fps, 28s, 3MB)
- Min./Max. playback speed: 0x - 16x

Open Source:
https://github.com/ChrisRoss5/SpaceX-Animated-New-Tab                    

확장 프로그램 기본 정보

이름 SpaceX Animated New Tab SpaceX Animated New Tab
ID eggflkbkogehhhaekeghblbciboldiki
공식 URL https://chromewebstore.google.com/detail/spacex-animated-new-tab/eggflkbkogehhhaekeghblbciboldiki
설명 Simple New Tab for SpaceX Fans (with animation speed control)
파일 크기 3.13 MB
설치 횟수 478
현재 버전 1.2
최근 업데이트 2022-04-29
출시 날짜 2020-09-14
평점 5.00/5 총 4 개의 평점
개발자 KristijanRoss
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://ednevnik.plus/politika-privatnosti
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "SpaceX Animated New Tab",
    "author": "Kristijan Rosandi\u0107",
    "description": "Simple New Tab for SpaceX Fans (with animation speed control)",
    "version": "1.2",
    "offline_enabled": true,
    "icons": {
        "128": "assets\/128x128.png"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "background": {
        "service_worker": "service_worker.js"
    },
    "chrome_url_overrides": {
        "newtab": "spacex.html"
    }
}