Force Underline

Underlines all links on a page

What is Force Underline?

Force Underline is a Chrome extension developed by https://efojs.com, and its main feature is "Underlines all links on a page".

Extension Screenshots

screenshot
screenshot

Download Force Underline Extension CRX File

Download Force Underline 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

                        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                    

Extension Basic Information

Name Force Underline Force Underline
ID mailocoigbmikldobfkikagehcoficho
Official URL https://chromewebstore.google.com/detail/force-underline/mailocoigbmikldobfkikagehcoficho
Description Underlines all links on a page
File Size 9.38 KB
Installation Count 132
Current Version 1.0.0
Last Updated 2017-01-02
Publish Date 2017-01-02
Rating 5.00/5 Total 3 Ratings
Developer https://efojs.com
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}