Anti-bar
Removes black bar on top of Google.com, Gmail, and most Google apps.
Qu'est-ce que Anti-bar ?
Anti-bar est une extension Chrome développée par https://www.cs.umd.edu/~bederson, et sa fonction principale est "Removes black bar on top of Google.com, Gmail, and most Google apps.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Anti-bar
Téléchargez les fichiers d'extension Anti-bar au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Anti-bar |
ID | naffohgpjobghliccmgjgagdpknmgeba |
URL Officiel | https://chromewebstore.google.com/detail/anti-bar/naffohgpjobghliccmgjgagdpknmgeba |
Description | Removes black bar on top of Google.com, Gmail, and most Google apps. |
Taille du Fichier | 46.47 KB |
Nombre d'Installations | 37 |
Version Actuelle | 1.2 |
Dernière Mise à Jour | 2012-03-31 |
Date de Publication | 2012-03-30 |
Évaluation | 3.00/5 Total 3 Évaluations |
Développeur | https://www.cs.umd.edu/~bederson |
Type de Paiement | free |
Langues Prises en Charge | 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" } |