VRChatのワールド管理をサポートするやつ
テキスト選択時の右クリックメニューにVRChatで検索する機能や、お気に入りワールドをエクスポートする機能などを追加します。
What is VRChatのワールド管理をサポートするやつ?
VRChatのワールド管理をサポートするやつ is a Chrome extension developed by reimer0204, and its main feature is "テキスト選択時の右クリックメニューにVRChatで検索する機能や、お気に入りワールドをエクスポートする機能などを追加します。".
Extension Screenshots
Download VRChatのワールド管理をサポートするやつ Extension CRX File
Download VRChatのワールド管理をサポートするやつ extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
VRChatのワールド管理をサポートするいくつかの機能を追加します。 ■ 全ページ ・テキストを選択して右クリックした時に「VRChatで検索」できる機能 ■ 公式サイト ・左下に 「お気に入りワールドをコピー」 を追加 ・お気に入りに入れたワールドをタブ区切りでコピーします。 Excelやスプレッドシートなどに貼り付けられるので、お気に入り整理で いくつか消したいけど忘れたくない時などにお使いください。 【変更履歴】 ■ v1.3.0 □ 変更 ・お気に入りワールドのコピー機能を左下に移動 →公式サイトのレイアウト変更に対応するため ■ v1.2.1 □ 削除 ・VRChatの世界のワールドIDを公式サイトへのリンクにする機能 →元からリンクが用意されるようになっていたため ■ v1.1.0 □ 追加 ・テキストを選択して右クリックした時に「VRChatで検索」できる機能 ■ v1.0.0 初回リリース
Extension Basic Information
Name | VRChatのワールド管理をサポートするやつ |
ID | aglcenflfakeddokegnebhnebcjgijnl |
Official URL | https://chromewebstore.google.com/detail/vrchat%E3%81%AE%E3%83%AF%E3%83%BC%E3%83%AB%E3%83%89%E7%AE%A1%E7%90%86%E3%82%92%E3%82%B5%E3%83%9D%E3%83%BC%E3%83%88%E3%81%99%E3%82%8B%E3%82%84%E3%81%A4/aglcenflfakeddokegnebhnebcjgijnl |
Description | テキスト選択時の右クリックメニューにVRChatで検索する機能や、お気に入りワールドをエクスポートする機能などを追加します。 |
File Size | 159 KB |
Installation Count | 356 |
Current Version | 1.3.1 |
Last Updated | 2022-03-30 |
Publish Date | 2021-11-24 |
Rating | 5.00/5 Total 2 Ratings |
Developer | reimer0204 |
[email protected] | |
Payment Type | free |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "VRChat\u306e\u30ef\u30fc\u30eb\u30c9\u7ba1\u7406\u3092\u30b5\u30dd\u30fc\u30c8\u3059\u308b\u3084\u3064", "version": "1.3.1", "manifest_version": 2, "description": "\u30c6\u30ad\u30b9\u30c8\u9078\u629e\u6642\u306e\u53f3\u30af\u30ea\u30c3\u30af\u30e1\u30cb\u30e5\u30fc\u306bVRChat\u3067\u691c\u7d22\u3059\u308b\u6a5f\u80fd\u3084\u3001\u304a\u6c17\u306b\u5165\u308a\u30ef\u30fc\u30eb\u30c9\u3092\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u3059\u308b\u6a5f\u80fd\u306a\u3069\u3092\u8ffd\u52a0\u3057\u307e\u3059\u3002", "content_scripts": [ { "matches": [ "https:\/\/vrchat.com\/home\/*" ], "js": [ "js\/app.js" ] } ], "background": { "scripts": [ "js\/context.js" ] }, "homepage_url": "https:\/\/twitter.com\/harezora_lueur", "icons": { "16": "icon\/16.png", "48": "icon\/48.png", "128": "icon\/128.png" }, "permissions": [ "https:\/\/vrchat.com\/home\/*", "contextMenus" ] } |