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
擴展基本資訊
名稱 | Username linker for www.fetlife.com |
ID | alphbechbaaplgamiimnkjnhhecgeaeo |
官方網址 | 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 } } |