Chromescape Navigator

Show the Netscape Navigator or Internet Explorer loading animation in Chrome

Chromescape Navigatorคืออะไร?

Chromescape Navigator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Evan Salter และคุณลักษณะหลักของมันคือ "Show the Netscape Navigator or Internet Explorer loading animation in Chrome"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Chromescape Navigator

ดาวน์โหลดไฟล์ส่วนขยาย 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
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"
    ]
}