Follow Links
Extensión que resalta los enlaces FOLLOW, NOFOLLOW, UGC y SPONSORED
Follow Linksคืออะไร?
Follow Links เป็นส่วนขยายของ Chrome ที่พัฒนาโดย fernichum และคุณลักษณะหลักของมันคือ "Extensión que resalta los enlaces FOLLOW, NOFOLLOW, UGC y SPONSORED"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Follow Links
ดาวน์โหลดไฟล์ส่วนขยาย Follow Links ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Esta extensión se encarga de colorear el borde de los enlaces en función del valor/valores que tenga dentro del atributo rel Follow: Verde Nofollow: Rojo UGC: Naranja Sponsored: Morado
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Follow Links |
ID | opgacknhlddhmaimgelfflcgjblondhg |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/follow-links/opgacknhlddhmaimgelfflcgjblondhg |
คำอธิบาย | Extensión que resalta los enlaces FOLLOW, NOFOLLOW, UGC y SPONSORED |
ขนาดไฟล์ | 55.89 KB |
จำนวนการติดตั้ง | 280 |
เวอร์ชันปัจจุบัน | 0.1.0 |
อัปเดตครั้งล่าสุด | 2019-12-19 |
วันที่เผยแพร่ | 2019-12-18 |
คะแนน | 5.00/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | fernichum |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Follow Links", "short_name": "Follow Links", "version": "0.1.0", "description": "Extensi\u00f3n que resalta los enlaces FOLLOW, NOFOLLOW, UGC y SPONSORED", "author": "Fernando Jalon", "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "browser_action": { "default_title": "Follow Links", "default_icon": "icon_128.png", "default_popup": "popup.html" }, "permissions": [ "storage", "activeTab" ], "background": { "scripts": [ "jquery.min.js", "background.js" ], "persistent": false }, "content_scripts": [ { "js": [ "jquery.min.js", "content.js" ], "matches": [ " |