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

下载To the Batmobile!扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
    ]
}