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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    ]
}