TumblrFloater

Change Tumblr's header into a fixed element!

O que é TumblrFloater?

TumblrFloater é uma extensão do Chrome desenvolvida por David Maciel, e sua principal característica é "Change Tumblr's header into a fixed element!".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão TumblrFloater

Baixe arquivos de extensão TumblrFloater no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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/                    

Informações Básicas da Extensão

Nome TumblrFloater TumblrFloater
ID cgoikfnlglbmkklihndiideghjfpalom
URL Oficial https://chromewebstore.google.com/detail/tumblrfloater/cgoikfnlglbmkklihndiideghjfpalom
Descrição Change Tumblr's header into a fixed element!
Tamanho do Arquivo 77.49 KB
Contagem de Instalações 51
Versão Atual 1.3.1
Última Atualização 2012-10-25
Data de Publicação 2012-10-25
Desenvolvedor David Maciel
Tipo de Pagamento free
Site da Extensão http://youresexytoanextent.tumblr.com/
Idiomas Suportados 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"
}