Username linker for www.fetlife.com
Transform @handle mentions into clickable links
Τι είναι το Username linker for www.fetlife.com;
Το Username linker for www.fetlife.com είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Marlinspike7, και η κύρια λειτουργία του είναι "Transform @handle mentions into clickable links".
Λήψη αρχείου CRX της επέκτασης Username linker for www.fetlife.com
Λήψη αρχείων επέκτασης Username linker for www.fetlife.com σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Known bugs: -when editing a "linked" text box (caption, etc), the entire HTML tag for the link shows up. This is mostly a fetlife bug, but I will attempt to fix it on my end. -@OP or @me get directed to the literal profiles instead to the original poster or the person who made the comment/post -Sometimes pictures down-size slightly with the extension enabled. I believe a new HTML element is getting created at the end of the caption, which causes the page to re-arrange content
Βασικές Πληροφορίες Επέκτασης
Όνομα | Username linker for www.fetlife.com |
ID | alphbechbaaplgamiimnkjnhhecgeaeo |
Επίσημο URL | https://chromewebstore.google.com/detail/username-linker-for-wwwfe/alphbechbaaplgamiimnkjnhhecgeaeo |
Περιγραφή | Transform @handle mentions into clickable links |
Μέγεθος Αρχείου | 4.79 KB |
Αριθμός Εγκαταστάσεων | 24 |
Τρέχουσα Έκδοση | 2.0.1 |
Τελευταία Ενημέρωση | 2016-01-26 |
Ημερομηνία Δημοσίευσης | 2016-01-26 |
Προγραμματιστής | Marlinspike7 |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Username linker for www.fetlife.com", "version": "2.0.1", "manifest_version": 2, "description": "Transform @handle mentions into clickable links", "permissions": [ "https:\/\/*.fetlife.com\/*", "webRequest", "tabs" ], "content_scripts": [ { "matches": [ "https:\/\/*.fetlife.com\/*" ], "js": [ "script.js" ] } ], "background": { "scripts": [ "background.js" ], "persistent": true } } |