No Tumblr Popovers

Prevent 'Source' popovers from obscuring the heart/reblog buttons while you scroll through your Tumblr dashboard.

Co to jest No Tumblr Popovers?

No Tumblr Popovers to rozszerzenie Chrome opracowane przez IONA, a jego główną funkcją jest „Prevent 'Source' popovers from obscuring the heart/reblog buttons while you scroll through your Tumblr dashboard.”.

Pobierz plik CRX rozszerzenia No Tumblr Popovers

Pobierz pliki rozszerzeń No Tumblr Popovers w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa No Tumblr Popovers No Tumblr Popovers
ID aeapchblpkfalabgolgobjdagjlfgick
Oficjalny URL https://chrome.google.com/webstore/detail/no-tumblr-popovers/aeapchblpkfalabgolgobjdagjlfgick
Opis Prevent 'Source' popovers from obscuring the heart/reblog buttons while you scroll through your Tumblr dashboard.
Rozmiar pliku 19.3 KB
Liczba instalacji 14
Aktualna Wersja 1.0.3
Ostatnia Aktualizacja 2015-05-09
Data Publikacji 2015-05-09
Deweloper IONA
Typ Płatności free
Obsługiwane Języki 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"
            ]
        }
    ]
}