Albumized!

Falling album art on your new tab screen.

Albumized!とは何ですか?

Albumized!はrottinamによって開発されたChromeの拡張機能で、その主な機能は「Falling album art on your new tab screen.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Albumized!拡張機能のCRXファイルをダウンロード

Albumized!拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Replace your boring new tab screen. Enjoy gravity-defying album art every time you open a new tab!                    

拡張機能の基本情報

名前 Albumized! Albumized!
ID mlkpfclkgiaocddpdpcmabfghfhhcnao
公式URL https://chromewebstore.google.com/detail/albumized/mlkpfclkgiaocddpdpcmabfghfhhcnao
説明 Falling album art on your new tab screen.
ファイルサイズ 228 KB
インストール数 33
現在のバージョン 2.9.1
最終更新日 2024-02-08
公開日 2019-11-29
評価 5.00/5 合計 1 レビュー
開発者 rottinam
Eメール [email protected]
支払い方法 free
対応言語 de,en-US,fr,nl,no,es,it,pl,pt-BR,pt-PT,fi,sv,el,ru,hi,zh-CN,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Mike Rottina",
    "action": {
        "default_icon": {
            "48": "img\/icon48.png"
        }
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "default_locale": "en_US",
    "description": "__MSG_extDescription__",
    "homepage_url": "https:\/\/x.com\/rottina",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "incognito": "spanning",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "offline_enabled": false,
    "options_page": "options.html",
    "permissions": [
        "tabs"
    ],
    "host_permissions": [
        "*:\/\/*.apple.com\/*",
        "*:\/\/*.appspot.com\/*"
    ],
    "optional_host_permissions": [
        "*:\/\/*\/*"
    ],
    "short_name": "Albumized",
    "version": "2.9.1",
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "index.html",
                "options.html",
                "img\/*.*",
                "lib\/*.*"
            ],
            "use_dynamic_url": true
        }
    ]
}