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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان 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 } } |