Chromescape Navigator

Show the Netscape Navigator or Internet Explorer loading animation in Chrome

什麼是Chromescape Navigator?

Chromescape Navigator是由Evan Salter開發的Chrome擴展程式,該擴展的主要功能是“Show the Netscape Navigator or Internet Explorer loading animation in Chrome”。

擴展截圖

screenshot

下載Chromescape Navigator擴展crx文件

下載Chromescape Navigator擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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"                    

擴展基本資訊

名稱 Chromescape Navigator Chromescape Navigator
ID ocjjknbofcggmblgmlpfpmhccojaecnp
官方網址 https://chromewebstore.google.com/detail/chromescape-navigator/ocjjknbofcggmblgmlpfpmhccojaecnp
簡介 Show the Netscape Navigator or Internet Explorer loading animation in Chrome
檔案大小 189 KB
安裝次數 568
目前版本 1.1.0
更新時間 2017-01-27
上架時間 2017-01-26
評分 4.33/5 共 6 次評分
開發者 Evan Salter
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/esalter-va/chromescape-navigator
支援的語言 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"
    ]
}