TumblrFloater

Change Tumblr's header into a fixed element!

TumblrFloaterとは何ですか?

TumblrFloaterはDavid Macielによって開発されたChromeの拡張機能で、その主な機能は「Change Tumblr's header into a fixed element!」です。

拡張機能のスクリーンショット

screenshot
screenshot

TumblrFloater拡張機能のCRXファイルをダウンロード

TumblrFloater拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This extension turns Tumblr's dashboard's header into a fixed element. It will remain at the top of the page no matter how far you scroll, and you can hide it if you want. Fully compatible with X-Kit. Newer versions will have more features in them. 

Good news! TumblrFloater is compatible with Tumblr's latest dashboard update! Enjoy guys!

V1.3:
    -A few visual updates
    -Hides header and new post immediately

V1.2:
    -Added popup with notes about updates.
    -Finally made an icon.

V1.1:
     -Added New Post fixed element + hide.


Any and all feedback is welcome! I'd like to hear what you guys think! :D
Also, you can follow me on Tumblr for updates on this extension. http://youresexytoanextent.tumblr.com/                    

拡張機能の基本情報

名前 TumblrFloater TumblrFloater
ID cgoikfnlglbmkklihndiideghjfpalom
公式URL https://chromewebstore.google.com/detail/tumblrfloater/cgoikfnlglbmkklihndiideghjfpalom
説明 Change Tumblr's header into a fixed element!
ファイルサイズ 77.49 KB
インストール数 51
現在のバージョン 1.3.1
最終更新日 2012-10-25
公開日 2012-10-25
開発者 David Maciel
支払い方法 free
拡張機能のウェブサイト http://youresexytoanextent.tumblr.com/
対応言語 en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "jquery.js",
                "replacement.js"
            ],
            "matches": [
                "http:\/\/www.tumblr.com\/*"
            ]
        }
    ],
    "description": "Change Tumblr's header into a fixed element!",
    "manifest_version": 2,
    "name": "TumblrFloater",
    "permissions": [
        "http:\/\/www.tumblr.com\/"
    ],
    "version": "1.3.1"
}