Linkification Chrome
Replaces text urls with links that can be clicked on. This extension is inspired by the Firefox Extension with the same name.
Τι είναι το Linkification Chrome;
Το Linkification Chrome είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.resolutedreamer.com, και η κύρια λειτουργία του είναι "Replaces text urls with links that can be clicked on. This extension is inspired by the Firefox Extension with the same name.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Linkification Chrome
Λήψη αρχείων επέκτασης Linkification Chrome σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Βασικές Πληροφορίες Επέκτασης
Όνομα | Linkification Chrome |
ID | haaamfoknimneabkapikpoccmfekkidj |
Επίσημο URL | https://chromewebstore.google.com/detail/linkification-chrome/haaamfoknimneabkapikpoccmfekkidj |
Περιγραφή | Replaces text urls with links that can be clicked on. This extension is inspired by the Firefox Extension with the same name. |
Μέγεθος Αρχείου | 139 KB |
Αριθμός Εγκαταστάσεων | 776 |
Τρέχουσα Έκδοση | 1.1.1 |
Τελευταία Ενημέρωση | 2016-08-25 |
Ημερομηνία Δημοσίευσης | 2016-08-24 |
Αξιολόγηση | 2.53/5 Συνολικά 15 Αξιολογήσεις |
Προγραμματιστής | https://www.resolutedreamer.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Linkification Chrome", "description": "Replaces text urls with links that can be clicked on. This extension is inspired by the Firefox Extension with the same name.", "version": "1.1.1", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "jquery-3.1.0.min.js", "linkify.min.js", "linkify-jquery.min.js", "content.js" ], "run_at": "document_end" } ] } |