No Tumblr Popovers
Prevent 'Source' popovers from obscuring the heart/reblog buttons while you scroll through your Tumblr dashboard.
Was ist No Tumblr Popovers?
No Tumblr Popovers ist eine Chrome-Erweiterung, die von IONA entwickelt wurde, und ihr Hauptmerkmal ist "Prevent 'Source' popovers from obscuring the heart/reblog buttons while you scroll through your Tumblr dashboard.".
No Tumblr Popovers-Erweiterungs-CRX-Datei herunterladen
Laden Sie No Tumblr Popovers-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | aeapchblpkfalabgolgobjdagjlfgick |
Offizielle URL | https://chrome.google.com/webstore/detail/no-tumblr-popovers/aeapchblpkfalabgolgobjdagjlfgick |
Beschreibung | Prevent 'Source' popovers from obscuring the heart/reblog buttons while you scroll through your Tumblr dashboard. |
Dateigröße | 19.3 KB |
Installationsanzahl | 14 |
Aktuelle Version | 1.0.3 |
Letztes Update | 2015-05-09 |
Veröffentlichungsdatum | 2015-05-09 |
Entwickler | IONA |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } ] } |