Chromescape Navigator

Show the Netscape Navigator or Internet Explorer loading animation in Chrome

What is Chromescape Navigator?

Chromescape Navigator is a Chrome extension developed by Evan Salter, and its main feature is "Show the Netscape Navigator or Internet Explorer loading animation in Chrome".

Extension Screenshots

screenshot

Download Chromescape Navigator Extension CRX File

Download Chromescape Navigator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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"                    

Extension Basic Information

Name Chromescape Navigator Chromescape Navigator
ID ocjjknbofcggmblgmlpfpmhccojaecnp
Official URL https://chromewebstore.google.com/detail/chromescape-navigator/ocjjknbofcggmblgmlpfpmhccojaecnp
Description Show the Netscape Navigator or Internet Explorer loading animation in Chrome
File Size 189 KB
Installation Count 568
Current Version 1.1.0
Last Updated 2017-01-27
Publish Date 2017-01-26
Rating 4.33/5 Total 6 Ratings
Developer Evan Salter
Email [email protected]
Payment Type free
Extension Website https://github.com/esalter-va/chromescape-navigator
Supported Languages 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"
    ]
}