论坛超链接高亮

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

Qu'est-ce que 论坛超链接高亮 ?

论坛超链接高亮 est une extension Chrome développée par wxs77577, et sa fonction principale est "论坛超链接高亮,查外链必备利器-Powered By Season".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension 论坛超链接高亮

Téléchargez les fichiers d'extension 论坛超链接高亮 au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

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

居家旅行,必备利器!

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

Informations de Base sur l'Extension

Nom 论坛超链接高亮 论坛超链接高亮
ID gffpdnckapbhigcbhipndhdknhfbnkob
URL Officiel 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
Taille du Fichier 125 KB
Nombre d'Installations 87
Version Actuelle 1.0.5
Dernière Mise à Jour 2012-11-22
Date de Publication 2012-11-21
Évaluation 5.00/5 Total 1 Évaluations
Développeur wxs77577
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}