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

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

확장 프로그램 사용 설명서

                        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
이메일 [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
        }
    ]
}