Quick Copy Roblox IDs
Adds a right click context menu item on https://www.roblox.com for quickly copying asset and user IDs.
Quick Copy Roblox IDsとは何ですか?
Quick Copy Roblox IDsはCaZsmによって開発されたChromeの拡張機能で、その主な機能は「Adds a right click context menu item on https://www.roblox.com for quickly copying asset and user IDs.」です。
拡張機能のスクリーンショット
Quick Copy Roblox IDs拡張機能のCRXファイルをダウンロード
Quick Copy Roblox IDs拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
On the Roblox website, right click on a link and select Copy ID to copy an asset or user ID to your clipboard if one exists in the targeted URL.
拡張機能の基本情報
名前 | Quick Copy Roblox IDs |
ID | gdhnniabnphencplancldglaflfafmfj |
公式URL | https://chromewebstore.google.com/detail/quick-copy-roblox-ids/gdhnniabnphencplancldglaflfafmfj |
説明 | Adds a right click context menu item on https://www.roblox.com for quickly copying asset and user IDs. |
ファイルサイズ | 15.92 KB |
インストール数 | 10,000 |
現在のバージョン | 1.0.4 |
最終更新日 | 2019-07-18 |
公開日 | 2019-07-17 |
評価 | 4.21/5 合計 28 レビュー |
開発者 | CaZsm |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/CAZ-H/roblox-copy-ids |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Quick Copy Roblox IDs", "short_name": "Quick Copy Ro-IDs", "version": "1.0.4", "description": "Adds a right click context menu item on https:\/\/www.roblox.com for quickly copying asset and user IDs.", "manifest_version": 2, "icons": { "128": "img\/icon_128.png", "48": "img\/icon_48.png", "16": "img\/icon_16.png" }, "permissions": [ "contextMenus" ], "background": { "scripts": [ "src\/index.js" ], "persistent": false } } |