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 |
Eメール | [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" ] } |