Username linker for www.fetlife.com
Transform @handle mentions into clickable links
Username linker for www.fetlife.com là gì?
Username linker for www.fetlife.com là một tiện ích mở rộng Chrome được phát triển bởi Marlinspike7, và tính năng chính của nó là "Transform @handle mentions into clickable links".
Tải xuống tệp CRX của tiện ích mở rộng Username linker for www.fetlife.com
Tải xuống các tệp mở rộng Username linker for www.fetlife.com dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Username linker for www.fetlife.com |
ID | alphbechbaaplgamiimnkjnhhecgeaeo |
URL Chính Thức | https://chromewebstore.google.com/detail/username-linker-for-wwwfe/alphbechbaaplgamiimnkjnhhecgeaeo |
Mô tả | Transform @handle mentions into clickable links |
Kích Thước Tệp | 4.79 KB |
Số Lần Cài Đặt | 24 |
Phiên Bản Hiện Tại | 2.0.1 |
Cập Nhật Lần Cuối | 2016-01-26 |
Ngày Phát Hành | 2016-01-26 |
Nhà Phát Triển | Marlinspike7 |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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 } } |