Hover copy
Press shift and hover a link: it will copy it to the clipboard. Hold the command key too and it will copy it in markdown format
Τι είναι το Hover copy;
Το Hover copy είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον gimenete, και η κύρια λειτουργία του είναι "Press shift and hover a link: it will copy it to the clipboard. Hold the command key too and it will copy it in markdown format".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Hover copy
Λήψη αρχείων επέκτασης Hover copy σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Press shift and hover a link: it will copy it to the clipboard. Hold the command key too and it will copy it in markdown format. Icon made by freepik.com CC-BY 3.0
Βασικές Πληροφορίες Επέκτασης
Όνομα | Hover copy |
ID | cdnibjdbfjofkedghnefffkdohgjgbpc |
Επίσημο URL | https://chromewebstore.google.com/detail/hover-copy/cdnibjdbfjofkedghnefffkdohgjgbpc |
Περιγραφή | Press shift and hover a link: it will copy it to the clipboard. Hold the command key too and it will copy it in markdown format |
Μέγεθος Αρχείου | 18.87 KB |
Αριθμός Εγκαταστάσεων | 169 |
Τρέχουσα Έκδοση | 1.0.1 |
Τελευταία Ενημέρωση | 2018-12-31 |
Ημερομηνία Δημοσίευσης | 2018-12-28 |
Αξιολόγηση | 5.00/5 Συνολικά 3 Αξιολογήσεις |
Προγραμματιστής | gimenete |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Hover copy", "version": "1.0.1", "description": "Press shift and hover a link: it will copy it to the clipboard. Hold the command key too and it will copy it in markdown format", "manifest_version": 2, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "contentScript.js" ] } ], "permissions": [ "clipboardWrite" ], "icons": { "16": "images\/logo-16.png", "32": "images\/logo-32.png", "48": "images\/logo-48.png", "128": "images\/logo-128.png" } } |