Asset Store Links

Redirect old Unity Asset Store links to the new Asset Store!

Asset Store Linksคืออะไร?

Asset Store Links เป็นส่วนขยายของ Chrome ที่พัฒนาโดย cI_-__-_Io และคุณลักษณะหลักของมันคือ "Redirect old Unity Asset Store links to the new Asset Store!"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Asset Store Links

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

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

                        The Unity Asset Store has moved to a new address, breaking the old links. This extension fixes that transparently.

Please be aware that by default, I add an AID to the URLs to help me with development costs. You can easily switch it off in the extension popup.                    

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

ชื่อ Asset Store Links Asset Store Links
ID higlegnlppjcblfdcdeoggfhjhlkbmkb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/asset-store-links/higlegnlppjcblfdcdeoggfhjhlkbmkb
คำอธิบาย Redirect old Unity Asset Store links to the new Asset Store!
ขนาดไฟล์ 265 KB
จำนวนการติดตั้ง 39
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2021-03-03
วันที่เผยแพร่ 2021-03-03
ผู้พัฒนา cI_-__-_Io
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Asset Store Links",
    "version": "1.0.0",
    "description": "Redirect old Unity Asset Store links to the new Asset Store!",
    "background": {
        "scripts": [
            "assets\/index-da1ac4ae.js"
        ]
    },
    "browser_action": {
        "default_popup": "pages\/popup\/index.html"
    },
    "permissions": [
        "storage",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/www.assetstore.unity3d.com\/"
    ],
    "icons": {
        "16": "assets\/icon\/16.png",
        "48": "assets\/icon\/48.png",
        "128": "assets\/icon\/128.png",
        "512": "assets\/icon\/512.png"
    }
}