Anti-bar

Removes black bar on top of Google.com, Gmail, and most Google apps.

Co je Anti-bar?

Anti-bar je rozšíření Chrome vyvinuté https://www.cs.umd.edu/~bederson, a jeho hlavní funkcí je „Removes black bar on top of Google.com, Gmail, and most Google apps.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Anti-bar

Stáhněte si soubory rozšíření Anti-bar ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        This extension removes the black bar that Google now puts across the top of their applications. Use this extension if you (like me), find that spending 30 vertical pixels is too much in order to support simple navigation to things that you or may not want to use (and have other easy ways to get to).  Furthermore, if you find the black bar visually jarring and distracting, and that it is essentially a continuous advertisement for Google services that you don't need to see, then this is for you.

The extension runs in the background and simply removes the black bar whenever a Google app is loaded (or refreshed). There is no visible user interface.

Privacy: This app does not access any page information of any kind - it simply runs once when the app is launched and removes the black bar - that's it.                    

Základní Informace o Rozšíření

Název Anti-bar Anti-bar
ID naffohgpjobghliccmgjgagdpknmgeba
Oficiální URL https://chromewebstore.google.com/detail/anti-bar/naffohgpjobghliccmgjgagdpknmgeba
Popis Removes black bar on top of Google.com, Gmail, and most Google apps.
Velikost souboru 46.47 KB
Počet instalací 37
Aktuální Verze 1.2
Poslední Aktualizace 2012-03-31
Datum Vydání 2012-03-30
Hodnocení 3.00/5 Celkem 3 Hodnocení
Vývojář https://www.cs.umd.edu/~bederson
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Anti-bar",
    "version": "1.2",
    "manifest_version": 2,
    "description": "Removes black bar on top of Google.com, Gmail, and most Google apps.",
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.google.com\/*",
                "http:\/\/*.google.com\/*"
            ],
            "js": [
                "jquery.js",
                "antibar.js"
            ]
        }
    ],
    "minimum_chrome_version": "17"
}