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 IONA द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Prevent 'Source' popovers from obscuring the heart/reblog buttons while you scroll through your Tumblr dashboard."।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में No Tumblr Popovers एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" ] } ] } |