论坛超链接高亮

论坛超链接高亮,查外链必备利器-Powered By Season

What is 论坛超链接高亮?

论坛超链接高亮 is a Chrome extension developed by wxs77577, and its main feature is "论坛超链接高亮,查外链必备利器-Powered By Season".

Extension Screenshots

screenshot

Download 论坛超链接高亮 Extension CRX File

Download 论坛超链接高亮 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        查论坛外链的朋友们有福啦,论坛超链接高亮插件火爆来袭。

智能识别论坛正文部分,仅高亮含文字的链接(不会高亮图片链接),可自定义高亮文本、悬浮框样式,更能快速定位至链接位置,还能设定要要屏蔽的网站--您应该不想再访问百度百科的时候左边列出一百个链接吧:p

居家旅行,必备利器!

本次更新:初次使用自动设置默认配置,给选项页设置utf-8的charset以防乱码(感谢网友 @张一龙 的反馈)                    

Extension Basic Information

Name 论坛超链接高亮 论坛超链接高亮
ID gffpdnckapbhigcbhipndhdknhfbnkob
Official 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
Description 论坛超链接高亮,查外链必备利器-Powered By Season
File Size 125 KB
Installation Count 87
Current Version 1.0.5
Last Updated 2012-11-22
Publish Date 2012-11-21
Rating 5.00/5 Total 1 Ratings
Developer wxs77577
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}