Username linker for www.fetlife.com

Transform @handle mentions into clickable links

Wat is Username linker for www.fetlife.com?

Username linker for www.fetlife.com is een Chrome-extensie ontwikkeld door Marlinspike7, en de belangrijkste functie is "Transform @handle mentions into clickable links".

Download het CRX-bestand van de extensie Username linker for www.fetlife.com

Download Username linker for www.fetlife.com-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Username linker for www.fetlife.com Username linker for www.fetlife.com
ID alphbechbaaplgamiimnkjnhhecgeaeo
Officiële URL https://chromewebstore.google.com/detail/username-linker-for-wwwfe/alphbechbaaplgamiimnkjnhhecgeaeo
Beschrijving Transform @handle mentions into clickable links
Bestandsgrootte 4.79 KB
Aantal Installaties 24
Huidige Versie 2.0.1
Laatst Bijgewerkt 2016-01-26
Publicatiedatum 2016-01-26
Ontwikkelaar Marlinspike7
Betalingswijze free
Ondersteunde Talen 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
    }
}