To the Batmobile!

Add the Batman transition effect to the displayed page when you type 'batman'

To the Batmobile!란 무엇입니까?

To the Batmobile!은(는) Unknown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Add the Batman transition effect to the displayed page when you type 'batman'"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

To the Batmobile! 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        The image and keyword are customizable by clicking on the extension icon.                    

확장 프로그램 기본 정보

이름 To the Batmobile! To the Batmobile!
ID dkcnafamklnciihlcegbhnnneiankghc
공식 URL https://chromewebstore.google.com/detail/to-the-batmobile/dkcnafamklnciihlcegbhnnneiankghc
설명 Add the Batman transition effect to the displayed page when you type 'batman'
파일 크기 98.23 KB
설치 횟수 34
현재 버전 1.0
최근 업데이트 2019-02-24
출시 날짜 2019-02-19
개발자 Unknown
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "To the Batmobile!",
    "version": "1.0",
    "description": "Add the Batman transition effect to the displayed page when you type 'batman'",
    "manifest_version": 2,
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery.js",
                "content-script.js"
            ],
            "css": [
                "styles.css"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "128": "images\/batman_128.png"
        }
    },
    "icons": {
        "16": "images\/batman_16.png",
        "48": "images\/batman_48.png",
        "128": "images\/batman_128.png"
    },
    "web_accessible_resources": [
        "images\/*.png",
        "sounds\/*.mp3"
    ]
}