Username linker for www.fetlife.com
Transform @handle mentions into clickable links
Vad är Username linker for www.fetlife.com?
Username linker for www.fetlife.com är en Chrome-tillägg utvecklad av Marlinspike7, och dess huvudfunktion är "Transform @handle mentions into clickable links".
Ladda ner Username linker for www.fetlife.com-förlängningens CRX-fil
Ladda ner Username linker for www.fetlife.com-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | Username linker for www.fetlife.com |
ID | alphbechbaaplgamiimnkjnhhecgeaeo |
Officiell webbadress | https://chromewebstore.google.com/detail/username-linker-for-wwwfe/alphbechbaaplgamiimnkjnhhecgeaeo |
Beskrivning | Transform @handle mentions into clickable links |
Filstorlek | 4.79 KB |
Antal Installationer | 24 |
Aktuell Version | 2.0.1 |
Senast Uppdaterad | 2016-01-26 |
Publiceringsdatum | 2016-01-26 |
Utvecklare | Marlinspike7 |
Betalningssätt | free |
Stödda Språk | 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 } } |