Force Underline
Underlines all links on a page
什麼是Force Underline?
Force Underline是由https://efojs.com開發的Chrome擴展程式,該擴展的主要功能是“Underlines all links on a page”。
擴展截圖
下載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 擴展基本資訊
| 名稱 | |
| ID | mailocoigbmikldobfkikagehcoficho |
| 官方網址 | 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"
]
}
]
} | |