No Tumblr Popovers
Prevent 'Source' popovers from obscuring the heart/reblog buttons while you scroll through your Tumblr dashboard.
Qu'est-ce que No Tumblr Popovers ?
No Tumblr Popovers est une extension Chrome développée par IONA, et sa fonction principale est "Prevent 'Source' popovers from obscuring the heart/reblog buttons while you scroll through your Tumblr dashboard.".
Télécharger le fichier CRX de l'extension No Tumblr Popovers
Téléchargez les fichiers d'extension No Tumblr Popovers au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | aeapchblpkfalabgolgobjdagjlfgick |
URL Officiel | https://chrome.google.com/webstore/detail/no-tumblr-popovers/aeapchblpkfalabgolgobjdagjlfgick |
Description | Prevent 'Source' popovers from obscuring the heart/reblog buttons while you scroll through your Tumblr dashboard. |
Taille du Fichier | 19.3 KB |
Nombre d'Installations | 14 |
Version Actuelle | 1.0.3 |
Dernière Mise à Jour | 2015-05-09 |
Date de Publication | 2015-05-09 |
Développeur | IONA |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } ] } |