Tumblr Underline
This extension adds a native underline to links on the Tumblr dashboard
Tumblr Underlineとは何ですか?
Tumblr UnderlineはEmandMによって開発されたChromeの拡張機能で、その主な機能は「This extension adds a native underline to links on the Tumblr dashboard」です。
Tumblr Underline拡張機能のCRXファイルをダウンロード
Tumblr Underline拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The Tumblr dashboard uses a custom underline on their links. This extension changes that to a native css underline as the custom underline can stop working on some machines. The custom underline is not affected so you can disable this extension when Tumblr's underline starts working again.
拡張機能の基本情報
名前 | |
ID | bhnpajefcgeoffljbjbgabpcigmaedbo |
公式URL | https://chrome.google.com/webstore/detail/tumblr-underline/bhnpajefcgeoffljbjbgabpcigmaedbo |
説明 | This extension adds a native underline to links on the Tumblr dashboard |
ファイルサイズ | 4.78 KB |
インストール数 | 25 |
現在のバージョン | 1.1 |
最終更新日 | 2016-06-01 |
公開日 | 2016-06-01 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | EmandM |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tumblr Underline", "description": "This extension adds a native underline to links on the Tumblr dashboard", "version": "1.1", "content_scripts": [ { "matches": [ "https:\/\/www.tumblr.com\/*" ], "css": [ "underline.css" ] } ], "web_accessible_resources": [ "underline.css" ], "permissions": [ "https:\/\/www.tumblr.com\/*" ], "icons": { "128": "tumblrUnderline.png" } } |