Chromescape Navigator
Show the Netscape Navigator or Internet Explorer loading animation in Chrome
Was ist Chromescape Navigator?
Chromescape Navigator ist eine Chrome-Erweiterung, die von Evan Salter entwickelt wurde, und ihr Hauptmerkmal ist "Show the Netscape Navigator or Internet Explorer loading animation in Chrome".
Erweiterungsscreenshots
Chromescape Navigator-Erweiterungs-CRX-Datei herunterladen
Laden Sie Chromescape Navigator-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
What
Chrome extension that shows the Netscape Navigator or Internet Explorer loading icon
when loading a page.
Why
Nostalgia, I guess ¯\_(ツ)_/¯
How
To choose which loading icon to use, right click on the extension after installing and choose "options" Grundlegende Informationen zur Erweiterung
| Name | |
| ID | ocjjknbofcggmblgmlpfpmhccojaecnp |
| Offizielle URL | https://chromewebstore.google.com/detail/chromescape-navigator/ocjjknbofcggmblgmlpfpmhccojaecnp |
| Beschreibung | Show the Netscape Navigator or Internet Explorer loading animation in Chrome |
| Dateigröße | 189 KB |
| Installationsanzahl | 568 |
| Aktuelle Version | 1.1.0 |
| Letztes Update | 2017-01-27 |
| Veröffentlichungsdatum | 2017-01-26 |
| Bewertung | 4.33/5 Insgesamt 6 Bewertungen |
| Entwickler | Evan Salter |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/esalter-va/chromescape-navigator |
| Unterstützte Sprachen | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Chromescape Navigator",
"description": "Show the Netscape Navigator or Internet Explorer loading animation in Chrome",
"version": "1.1.0",
"icons": {
"16": "logo\/logo16.png",
"48": "logo\/logo48.png",
"128": "logo\/logo128.png"
},
"browser_action": {
"default_icon": "logo\/logo16.png"
},
"background": {
"scripts": [
"script.js"
]
},
"options_page": "options\/options.html",
"permissions": [
"activeTab",
"storage"
]
} | |