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”。
扩展截图
下载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 |
ID | ocjjknbofcggmblgmlpfpmhccojaecnp |
官方URL | 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" ] } |