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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
}