Copy hyperlink as Edge does
Copy hyperlink as Edge does, just press Ctrl-C/Cmd-C in the web page. Derived from [Copy url with title].
Τι είναι το Copy hyperlink as Edge does;
Το Copy hyperlink as Edge does είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον zxylost, και η κύρια λειτουργία του είναι "Copy hyperlink as Edge does, just press Ctrl-C/Cmd-C in the web page. Derived from [Copy url with title].".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Copy hyperlink as Edge does
Λήψη αρχείων επέκτασης Copy hyperlink as Edge does σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Copy hyperlink as Edge does, just press Ctrl-C/Cmd-C in the web page. Derived from [Copy url with title].
Βασικές Πληροφορίες Επέκτασης
Όνομα | Copy hyperlink as Edge does |
ID | pindpfknjjhmjdpgpfdempcnheecfkah |
Επίσημο URL | https://chromewebstore.google.com/detail/copy-hyperlink-as-edge-do/pindpfknjjhmjdpgpfdempcnheecfkah |
Περιγραφή | Copy hyperlink as Edge does, just press Ctrl-C/Cmd-C in the web page. Derived from [Copy url with title]. |
Μέγεθος Αρχείου | 10.83 KB |
Αριθμός Εγκαταστάσεων | 26 |
Τρέχουσα Έκδοση | 0.1 |
Τελευταία Ενημέρωση | 2023-06-18 |
Ημερομηνία Δημοσίευσης | 2023-06-18 |
Προγραμματιστής | zxylost |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "content_scripts": [ { "all_frames": true, "js": [ "copyurlwithtitle.js", "toast.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" } ], "description": "Copy hyperlink as Edge does, just press Ctrl-C\/Cmd-C in the web page.\nDerived from [Copy url with title].", "icons": { "128": "128.png" }, "manifest_version": 3, "name": "Copy hyperlink as Edge does", "short_name": "Copy hyperlink as Edge does", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1" } |