No Tumblr Popovers
Prevent 'Source' popovers from obscuring the heart/reblog buttons while you scroll through your Tumblr dashboard.
Τι είναι το No Tumblr Popovers;
Το No Tumblr Popovers είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον IONA, και η κύρια λειτουργία του είναι "Prevent 'Source' popovers from obscuring the heart/reblog buttons while you scroll through your Tumblr dashboard.".
Λήψη αρχείου CRX της επέκτασης No Tumblr Popovers
Λήψη αρχείων επέκτασης No Tumblr Popovers σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Does it drive you nuts when scrolling through your Tumblr dashboard that you can't click the heart button for a post because the heart is hidden by a callout that opened when you rolled over the next post? This simply extension prevents those popovers from getting in the way by hiding them via a simple CSS directive. v1.0.3 - also hides sponsored ads and various other nuisances. v1.0.2 - now compatible with HTTPS secure Tumblr dashboard.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | aeapchblpkfalabgolgobjdagjlfgick |
Επίσημο URL | https://chrome.google.com/webstore/detail/no-tumblr-popovers/aeapchblpkfalabgolgobjdagjlfgick |
Περιγραφή | Prevent 'Source' popovers from obscuring the heart/reblog buttons while you scroll through your Tumblr dashboard. |
Μέγεθος Αρχείου | 19.3 KB |
Αριθμός Εγκαταστάσεων | 14 |
Τρέχουσα Έκδοση | 1.0.3 |
Τελευταία Ενημέρωση | 2015-05-09 |
Ημερομηνία Δημοσίευσης | 2015-05-09 |
Προγραμματιστής | IONA |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "No Tumblr Popovers", "description": "Prevent 'Source' popovers from obscuring the heart\/reblog buttons while you scroll through your Tumblr dashboard.", "version": "1.0.3", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "permissions": [ "http:\/\/www.tumblr.com\/dashboard", "https:\/\/www.tumblr.com\/dashboard" ], "content_scripts": [ { "matches": [ "http:\/\/www.tumblr.com\/dashboard", "https:\/\/www.tumblr.com\/dashboard" ], "css": [ "nopopover.css" ] } ] } |