No Tumblr Popovers
Prevent 'Source' popovers from obscuring the heart/reblog buttons while you scroll through your Tumblr dashboard.
Wat is No Tumblr Popovers?
No Tumblr Popovers is een Chrome-extensie ontwikkeld door IONA, en de belangrijkste functie is "Prevent 'Source' popovers from obscuring the heart/reblog buttons while you scroll through your Tumblr dashboard.".
Download het CRX-bestand van de extensie No Tumblr Popovers
Download No Tumblr Popovers-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | aeapchblpkfalabgolgobjdagjlfgick |
Officiële URL | https://chrome.google.com/webstore/detail/no-tumblr-popovers/aeapchblpkfalabgolgobjdagjlfgick |
Beschrijving | Prevent 'Source' popovers from obscuring the heart/reblog buttons while you scroll through your Tumblr dashboard. |
Bestandsgrootte | 19.3 KB |
Aantal Installaties | 14 |
Huidige Versie | 1.0.3 |
Laatst Bijgewerkt | 2015-05-09 |
Publicatiedatum | 2015-05-09 |
Ontwikkelaar | IONA |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } ] } |