Tumblr Underline
This extension adds a native underline to links on the Tumblr dashboard
Τι είναι το Tumblr Underline;
Το Tumblr Underline είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον EmandM, και η κύρια λειτουργία του είναι "This extension adds a native underline to links on the Tumblr dashboard".
Λήψη αρχείου CRX της επέκτασης Tumblr Underline
Λήψη αρχείων επέκτασης 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" } } |