VRChatのワールド管理をサポートするやつ
テキスト選択時の右クリックメニューにVRChatで検索する機能や、お気に入りワールドをエクスポートする機能などを追加します。
Qu'est-ce que VRChatのワールド管理をサポートするやつ ?
VRChatのワールド管理をサポートするやつ est une extension Chrome développée par reimer0204, et sa fonction principale est "テキスト選択時の右クリックメニューにVRChatで検索する機能や、お気に入りワールドをエクスポートする機能などを追加します。".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension VRChatのワールド管理をサポートするやつ
Téléchargez les fichiers d'extension VRChatのワールド管理をサポートするやつ au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
VRChatのワールド管理をサポートするいくつかの機能を追加します。 ■ 全ページ ・テキストを選択して右クリックした時に「VRChatで検索」できる機能 ■ 公式サイト ・左下に 「お気に入りワールドをコピー」 を追加 ・お気に入りに入れたワールドをタブ区切りでコピーします。 Excelやスプレッドシートなどに貼り付けられるので、お気に入り整理で いくつか消したいけど忘れたくない時などにお使いください。 【変更履歴】 ■ v1.3.0 □ 変更 ・お気に入りワールドのコピー機能を左下に移動 →公式サイトのレイアウト変更に対応するため ■ v1.2.1 □ 削除 ・VRChatの世界のワールドIDを公式サイトへのリンクにする機能 →元からリンクが用意されるようになっていたため ■ v1.1.0 □ 追加 ・テキストを選択して右クリックした時に「VRChatで検索」できる機能 ■ v1.0.0 初回リリース
Informations de Base sur l'Extension
Nom | VRChatのワールド管理をサポートするやつ |
ID | aglcenflfakeddokegnebhnebcjgijnl |
URL Officiel | 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で検索する機能や、お気に入りワールドをエクスポートする機能などを追加します。 |
Taille du Fichier | 159 KB |
Nombre d'Installations | 356 |
Version Actuelle | 1.3.1 |
Dernière Mise à Jour | 2022-03-30 |
Date de Publication | 2021-11-24 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | reimer0204 |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |