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

下載SpaceX Animated New Tab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    }
}