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
公式URL 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"
            ]
        }
    ]
}