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開發的Chrome擴展程式,該擴展的主要功能是“Prevent 'Source' popovers from obscuring the heart/reblog buttons while you scroll through your Tumblr dashboard.”。

下載No Tumblr Popovers擴展crx文件

下載No Tumblr Popovers擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 No Tumblr Popovers No Tumblr Popovers
ID aeapchblpkfalabgolgobjdagjlfgick
官方網址 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"
            ]
        }
    ]
}