Tumblr Underline
This extension adds a native underline to links on the Tumblr dashboard
What is Tumblr Underline?
Tumblr Underline is a Chrome extension developed by EmandM, and its main feature is "This extension adds a native underline to links on the Tumblr dashboard".
Download Tumblr Underline Extension CRX File
Download Tumblr 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
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.
Extension Basic Information
Name | |
ID | bhnpajefcgeoffljbjbgabpcigmaedbo |
Official URL | https://chrome.google.com/webstore/detail/tumblr-underline/bhnpajefcgeoffljbjbgabpcigmaedbo |
Description | This extension adds a native underline to links on the Tumblr dashboard |
File Size | 4.78 KB |
Installation Count | 25 |
Current Version | 1.1 |
Last Updated | 2016-06-01 |
Publish Date | 2016-06-01 |
Rating | 5.00/5 Total 1 Ratings |
Developer | EmandM |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |