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 |
| 公式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"
]
}
]
} | |