TumblrFloater

Change Tumblr's header into a fixed element!

TumblrFloater क्या है?

TumblrFloater David Maciel द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Change Tumblr's header into a fixed element!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में TumblrFloater एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
}