Chromescape Navigator
Show the Netscape Navigator or Internet Explorer loading animation in Chrome
Qu'est-ce que Chromescape Navigator ?
Chromescape Navigator est une extension Chrome développée par Evan Salter, et sa fonction principale est "Show the Netscape Navigator or Internet Explorer loading animation in Chrome".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Chromescape Navigator
Téléchargez les fichiers d'extension Chromescape Navigator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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" Informations de Base sur l'Extension
| Nom | |
| ID | ocjjknbofcggmblgmlpfpmhccojaecnp |
| URL Officiel | https://chromewebstore.google.com/detail/chromescape-navigator/ocjjknbofcggmblgmlpfpmhccojaecnp |
| Description | Show the Netscape Navigator or Internet Explorer loading animation in Chrome |
| Taille du Fichier | 189 KB |
| Nombre d'Installations | 568 |
| Version Actuelle | 1.1.0 |
| Dernière Mise à Jour | 2017-01-27 |
| Date de Publication | 2017-01-26 |
| Évaluation | 4.33/5 Total 6 Évaluations |
| Développeur | Evan Salter |
| [email protected] | |
| Type de Paiement | free |
| Site Web de l'Extension | https://github.com/esalter-va/chromescape-navigator |
| Langues Prises en Charge | 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"
]
} | |