Asset Store Links
Redirect old Unity Asset Store links to the new Asset Store!
Asset Store Linksとは何ですか?
Asset Store LinksはcI_-__-_Ioによって開発されたChromeの拡張機能で、その主な機能は「Redirect old Unity Asset Store links to the new Asset Store!」です。
拡張機能のスクリーンショット
Asset Store Links拡張機能のCRXファイルをダウンロード
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 |
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 |
Eメール | [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" } } |