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 |
电子邮箱 | [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" } } |