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
公式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
Eメール [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"
    }
}