Username linker for www.fetlife.com
Transform @handle mentions into clickable links
什么是Username linker for www.fetlife.com?
Username linker for www.fetlife.com是由Marlinspike7开发的Chrome扩展程序,该扩展的主要功能是“Transform @handle mentions into clickable links”。
下载Username linker for www.fetlife.com扩展crx文件
下载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 扩展基本信息
| 名称 | |
| 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
}
} | |