Force Underline

Underlines all links on a page

什么是Force Underline?

Force Underline是由https://efojs.com开发的Chrome扩展程序,该扩展的主要功能是“Underlines all links on a page”。

扩展截图

screenshot
screenshot

下载Force Underline扩展crx文件

下载Force Underline扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        No more hidden links on Wikipedia and other site, who decided that underlining links is useless. This extension for those who likes old-school underlined links                    

扩展基本信息

名称 Force Underline Force Underline
ID mailocoigbmikldobfkikagehcoficho
官方URL https://chromewebstore.google.com/detail/force-underline/mailocoigbmikldobfkikagehcoficho
简介 Underlines all links on a page
文件大小 9.38 KB
安装次数 132
当前版本 1.0.0
更新时间 2017-01-02
上架时间 2017-01-02
评分 5.00/5 共3次评分
开发者 https://efojs.com
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Force Underline",
    "short_name": "FU",
    "version": "1.0.0",
    "homepage_url": "http:\/\/efojs.com",
    "description": "Underlines all links on a page",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "author": "Denis Krasulin (EFOJS), 2017",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "fU.css"
            ]
        }
    ]
}