ImgSrc-er
Convert selected image link URL into an HTML tag with src attribute on the clipboard.
Τι είναι το ImgSrc-er;
Το ImgSrc-er είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://scriptable-assets.page, και η κύρια λειτουργία του είναι "Convert selected image link URL into an HTML tag with src attribute on the clipboard.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης ImgSrc-er
Λήψη αρχείων επέκτασης ImgSrc-er σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Convert selected image link URL into an HTML tag with src attribute on the clipboard. Either an image, URL of an image, or link to an image can be selected. For example when a text "https://example.com/image.jpg" is selected and this extension is executed via the context menu, the string is save on the clipboard. You can in turn use this to edit your website or wherever you like. The text "https://example.com/image.jpg" in the above example can be replaced by the image itself or a link object, i.e., Link to Image in any website. Attributes: The icon of this Chrome extension was made by Freepik (https://www.flaticon.com/authors/freepik) from www.flaticon.com (https://www.flaticon.com/).
Βασικές Πληροφορίες Επέκτασης
Όνομα | ImgSrc-er |
ID | mmalpdcdmbloijpgoagaeallfnmioika |
Επίσημο URL | https://chromewebstore.google.com/detail/imgsrc-er/mmalpdcdmbloijpgoagaeallfnmioika |
Περιγραφή | Convert selected image link URL into an HTML tag with src attribute on the clipboard. |
Μέγεθος Αρχείου | 12.12 KB |
Αριθμός Εγκαταστάσεων | 89 |
Τρέχουσα Έκδοση | 2.1.1 |
Τελευταία Ενημέρωση | 2024-01-29 |
Ημερομηνία Δημοσίευσης | 2020-10-07 |
Αξιολόγηση | 5.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | https://scriptable-assets.page |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://www.scriptable-assets.page/chrome-extensions/imgsrc-er/ |
Διεύθυνση URL της Σελίδας Βοήθειας | https://www.scriptable-assets.page/chrome-extensions/imgsrc-er/#source-code |
URL της Σελίδας Πολιτικής Απορρήτου | https://www.scriptable-assets.page/privacy-policy |
Υποστηριζόμενες Γλώσσες | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "version": "2.1.1", "description": "__MSG_extDescription__", "permissions": [ "contextMenus", "clipboardWrite" ], "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ " |