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" } } |