Username linker for www.fetlife.com
Transform @handle mentions into clickable links
Username linker for www.fetlife.comคืออะไร?
Username linker for www.fetlife.com เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Marlinspike7 และคุณลักษณะหลักของมันคือ "Transform @handle mentions into clickable links"
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Username linker for www.fetlife.com
ดาวน์โหลดไฟล์ส่วนขยาย 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
}
} | |