To the Batmobile!
Add the Batman transition effect to the displayed page when you type 'batman'
Co je To the Batmobile!?
To the Batmobile! je rozšíření Chrome vyvinuté Unknown, a jeho hlavní funkcí je „Add the Batman transition effect to the displayed page when you type 'batman'“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření To the Batmobile!
Stáhněte si soubory rozšíření To the Batmobile! ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
The image and keyword are customizable by clicking on the extension icon.
Základní Informace o Rozšíření
Název | To the Batmobile! |
ID | dkcnafamklnciihlcegbhnnneiankghc |
Oficiální URL | https://chromewebstore.google.com/detail/to-the-batmobile/dkcnafamklnciihlcegbhnnneiankghc |
Popis | Add the Batman transition effect to the displayed page when you type 'batman' |
Velikost souboru | 98.23 KB |
Počet instalací | 34 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2019-02-24 |
Datum Vydání | 2019-02-19 |
Vývojář | Unknown |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" ] } |