Tumblr Underline
This extension adds a native underline to links on the Tumblr dashboard
Tumblr Underline क्या है?
Tumblr Underline EmandM द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension adds a native underline to links on the Tumblr dashboard"।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Tumblr Underline एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } } |