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'」です。
拡張機能のスクリーンショット
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! |
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 |
Eメール | [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" ] } |