论坛超链接高亮
论坛超链接高亮,查外链必备利器-Powered By Season
Wat is 论坛超链接高亮?
论坛超链接高亮 is een Chrome-extensie ontwikkeld door wxs77577, en de belangrijkste functie is "论坛超链接高亮,查外链必备利器-Powered By Season".
Extensie Screenshots
Download het CRX-bestand van de extensie 论坛超链接高亮
Download 论坛超链接高亮-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
查论坛外链的朋友们有福啦,论坛超链接高亮插件火爆来袭。 智能识别论坛正文部分,仅高亮含文字的链接(不会高亮图片链接),可自定义高亮文本、悬浮框样式,更能快速定位至链接位置,还能设定要要屏蔽的网站--您应该不想再访问百度百科的时候左边列出一百个链接吧:p 居家旅行,必备利器! 本次更新:初次使用自动设置默认配置,给选项页设置utf-8的charset以防乱码(感谢网友 @张一龙 的反馈)
Basisinformatie over de Extensie
Naam | |
ID | gffpdnckapbhigcbhipndhdknhfbnkob |
Officiële URL | https://chromewebstore.google.com/detail/%E8%AE%BA%E5%9D%9B%E8%B6%85%E9%93%BE%E6%8E%A5%E9%AB%98%E4%BA%AE/gffpdnckapbhigcbhipndhdknhfbnkob |
Beschrijving | 论坛超链接高亮,查外链必备利器-Powered By Season |
Bestandsgrootte | 125 KB |
Aantal Installaties | 87 |
Huidige Versie | 1.0.5 |
Laatst Bijgewerkt | 2012-11-22 |
Publicatiedatum | 2012-11-21 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | wxs77577 |
Betalingswijze | free |
Ondersteunde Talen | zh-CN |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "\u8bba\u575b\u8d85\u94fe\u63a5\u9ad8\u4eae", "version": "1.0.5", "description": "\u8bba\u575b\u8d85\u94fe\u63a5\u9ad8\u4eae,\u67e5\u5916\u94fe\u5fc5\u5907\u5229\u5668-Powered By Season", "icons": { "16": "icon.png", "48": "icon.png" }, "browser_action": { "default_icon": "icon.png" }, "options_page": "options.html", "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*" ], "run_at": "document_end", "js": [ "script.js" ] } ] } |