Asset Store Links
Redirect old Unity Asset Store links to the new Asset Store!
Asset Store Links là gì?
Asset Store Links là một tiện ích mở rộng Chrome được phát triển bởi cI_-__-_Io, và tính năng chính của nó là "Redirect old Unity Asset Store links to the new Asset Store!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Asset Store Links
Tải xuống các tệp mở rộng Asset Store Links dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Asset Store Links |
ID | higlegnlppjcblfdcdeoggfhjhlkbmkb |
URL Chính Thức | https://chromewebstore.google.com/detail/asset-store-links/higlegnlppjcblfdcdeoggfhjhlkbmkb |
Mô tả | Redirect old Unity Asset Store links to the new Asset Store! |
Kích Thước Tệp | 265 KB |
Số Lần Cài Đặt | 39 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2021-03-03 |
Ngày Phát Hành | 2021-03-03 |
Nhà Phát Triển | cI_-__-_Io |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |