Username linker for www.fetlife.com
Transform @handle mentions into clickable links
What is Username linker for www.fetlife.com?
Username linker for www.fetlife.com is a Chrome extension developed by Marlinspike7, and its main feature is "Transform @handle mentions into clickable links".
Download Username linker for www.fetlife.com Extension CRX File
Download Username linker for www.fetlife.com extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Username linker for www.fetlife.com |
ID | alphbechbaaplgamiimnkjnhhecgeaeo |
Official URL | https://chromewebstore.google.com/detail/username-linker-for-wwwfe/alphbechbaaplgamiimnkjnhhecgeaeo |
Description | Transform @handle mentions into clickable links |
File Size | 4.79 KB |
Installation Count | 24 |
Current Version | 2.0.1 |
Last Updated | 2016-01-26 |
Publish Date | 2016-01-26 |
Developer | Marlinspike7 |
Payment Type | free |
Supported Languages | 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 } } |