Chrome Remote Desktop Links
Make Chrome Remote Desktop show links rather than codes
Chrome Remote Desktop Linksคืออะไร?
Chrome Remote Desktop Links เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jpenn และคุณลักษณะหลักของมันคือ "Make Chrome Remote Desktop show links rather than codes"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Chrome Remote Desktop Links
ดาวน์โหลดไฟล์ส่วนขยาย Chrome Remote Desktop Links ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
You can make links that pre-fill the "Give Support" box in Chrome Remote Desktop. This makes it easier for you to give access to your computer to someone else who is unfamiliar with Chrome Remote Desktop. This extension causes the "Give Support" page to show these links rather than the codes. This is *NOT* an official extension.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Chrome Remote Desktop Links |
ID | ghmjkdfkjmclgnhiipapphippmgdbhhf |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/chrome-remote-desktop-lin/ghmjkdfkjmclgnhiipapphippmgdbhhf |
คำอธิบาย | Make Chrome Remote Desktop show links rather than codes |
ขนาดไฟล์ | 11.37 KB |
จำนวนการติดตั้ง | 625 |
เวอร์ชันปัจจุบัน | 0.1 |
อัปเดตครั้งล่าสุด | 2021-01-29 |
วันที่เผยแพร่ | 2021-01-29 |
ผู้พัฒนา | jpenn |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Chrome Remote Desktop Links", "version": "0.1", "description": "Make Chrome Remote Desktop show links rather than codes", "permissions": [ "https:\/\/remotedesktop.google.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/remotedesktop.google.com\/*" ], "js": [ "contentScript.js" ] } ], "icons": { "16": "icon16.png", "24": "icon24.png", "32": "icon32.png", "48": "icon48.png", "64": "icon64.png", "128": "icon128.png" } } |