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
官方網址 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"
    ]
}