论坛超链接高亮

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

Cos'è 论坛超链接高亮?

论坛超链接高亮 è un'estensione di Chrome sviluppata da wxs77577, e la sua funzione principale è "论坛超链接高亮,查外链必备利器-Powered By Season".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione 论坛超链接高亮

Scarica i file di estensione 论坛超链接高亮 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

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

居家旅行,必备利器!

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

Informazioni di Base sull'Estensione

Nome 论坛超链接高亮 论坛超链接高亮
ID gffpdnckapbhigcbhipndhdknhfbnkob
URL Ufficiale 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
Descrizione 论坛超链接高亮,查外链必备利器-Powered By Season
Dimensione del File 125 KB
Conteggio Installazioni 87
Versione Corrente 1.0.5
Ultimo Aggiornamento 2012-11-22
Data di Pubblicazione 2012-11-21
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore wxs77577
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}