Anchor Floating Bars

Right click on a floating navigation bar to move it out of the way of the content when you scroll down. Doesn't work on all pages.

O que é Anchor Floating Bars?

Anchor Floating Bars é uma extensão do Chrome desenvolvida por Paul Cohn, e sua principal característica é "Right click on a floating navigation bar to move it out of the way of the content when you scroll down. Doesn't work on all pages.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Anchor Floating Bars

Baixe arquivos de extensão Anchor Floating Bars 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

                                            

Informações Básicas da Extensão

Nome Anchor Floating Bars Anchor Floating Bars
ID coagnnooeahbjjljejfkfnnpnoejdpjp
URL Oficial https://chromewebstore.google.com/detail/anchor-floating-bars/coagnnooeahbjjljejfkfnnpnoejdpjp
Descrição Right click on a floating navigation bar to move it out of the way of the content when you scroll down. Doesn't work on all pages.
Tamanho do Arquivo 1.61 MB
Contagem de Instalações 23
Versão Atual 1.0.2
Última Atualização 2015-07-02
Data de Publicação 2015-07-02
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Paul Cohn
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Anchor Floating Bars",
    "description": "Right click on a floating navigation bar to move it out of the way of the content when you scroll down. Doesn't work on all pages.",
    "version": "1.0.2",
    "permissions": [
        "activeTab",
        "contextMenus",
        "https:\/\/ajax.googleapis.com\/"
    ],
    "icons": {
        "16": "img\/anchor16.png",
        "19": "img\/anchor19.png",
        "48": "img\/anchor48.png",
        "128": "img\/anchor128.png"
    },
    "background": {
        "scripts": [
            "js\/rightclick.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "js\/page.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}