To the Batmobile!
Add the Batman transition effect to the displayed page when you type 'batman'
Hvad er To the Batmobile!?
To the Batmobile! er en Chrome-udvidelse udviklet af Unknown, og dens hovedfunktion er "Add the Batman transition effect to the displayed page when you type 'batman'".
Udvidelsesskærmbilleder
Download To the Batmobile!-udvidelses-CRX-fil
Download To the Batmobile!-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
The image and keyword are customizable by clicking on the extension icon. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | dkcnafamklnciihlcegbhnnneiankghc |
| Officiel URL | https://chromewebstore.google.com/detail/to-the-batmobile/dkcnafamklnciihlcegbhnnneiankghc |
| Beskrivelse | Add the Batman transition effect to the displayed page when you type 'batman' |
| Filstørrelse | 98.23 KB |
| Antal Installationer | 34 |
| Nuværende Version | 1.0 |
| Senest Opdateret | 2019-02-24 |
| Udgivelsesdato | 2019-02-19 |
| Udvikler | Unknown |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
]
} | |