The New NX

takes users to relative content when a website no longer exists

The New NXคืออะไร?

The New NX เป็นส่วนขยายของ Chrome ที่พัฒนาโดย dbrianda145 และคุณลักษณะหลักของมันคือ "takes users to relative content when a website no longer exists"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย The New NX

ดาวน์โหลดไฟล์ส่วนขยาย The New NX ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Allows users to see to find related websites when their normal website is down                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ The New NX The New NX
ID eobaljpoabdicahlacicihkdmlhgklod
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/the-new-nx/eobaljpoabdicahlacicihkdmlhgklod
คำอธิบาย takes users to relative content when a website no longer exists
ขนาดไฟล์ 16.18 KB
จำนวนการติดตั้ง 200,000
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2021-08-03
วันที่เผยแพร่ 2021-08-03
คะแนน 2.00/5 รวมทั้งหมด 71 คะแนน
ผู้พัฒนา dbrianda145
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://thenewnx.com
ภาษาที่รองรับ en-US
manifest.json
{
    "author": "Daniel greaves",
    "name": "The New NX",
    "short_name": "the NNX",
    "homepage_url": "https:\/\/thenewnx.com",
    "description": "takes users to relative content when a website no longer exists",
    "version": "1.1",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "logo-128.png",
        "default_title": "The New NX "
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "128": "logo-128.png"
    },
    "permissions": [
        "webRequest",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}