To the Batmobile!
Add the Batman transition effect to the displayed page when you type 'batman'
O que é To the Batmobile!?
To the Batmobile! é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "Add the Batman transition effect to the displayed page when you type 'batman'".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão To the Batmobile!
Baixe arquivos de extensão To the Batmobile! no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
The image and keyword are customizable by clicking on the extension icon.
Informações Básicas da Extensão
Nome | To the Batmobile! |
ID | dkcnafamklnciihlcegbhnnneiankghc |
URL Oficial | https://chromewebstore.google.com/detail/to-the-batmobile/dkcnafamklnciihlcegbhnnneiankghc |
Descrição | Add the Batman transition effect to the displayed page when you type 'batman' |
Tamanho do Arquivo | 98.23 KB |
Contagem de Instalações | 34 |
Versão Atual | 1.0 |
Última Atualização | 2019-02-24 |
Data de Publicação | 2019-02-19 |
Desenvolvedor | Unknown |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } |