Facebook Menu bar fix position
This extension will force the menu bar to position fix at the top.
Was ist Facebook Menu bar fix position?
Facebook Menu bar fix position ist eine Chrome-Erweiterung, die von devkitz entwickelt wurde, und ihr Hauptmerkmal ist "This extension will force the menu bar to position fix at the top.".
Facebook Menu bar fix position-Erweiterungs-CRX-Datei herunterladen
Laden Sie Facebook Menu bar fix position-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Grundlegende Informationen zur Erweiterung
Name | |
ID | lbgidkjfiecnjfpccdjbciifcibgbala |
Offizielle URL | https://chrome.google.com/webstore/detail/facebook-menu-bar-fix-pos/lbgidkjfiecnjfpccdjbciifcibgbala |
Beschreibung | This extension will force the menu bar to position fix at the top. |
Dateigröße | 4.92 KB |
Installationsanzahl | 30 |
Aktuelle Version | 1.0 |
Letztes Update | 2014-07-25 |
Veröffentlichungsdatum | 2014-07-25 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | devkitz |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Facebook Menu bar fix position", "description": "This extension will force the menu bar to position fix at the top.", "version": "1.0", "content_scripts": [ { "matches": [ "https:\/\/www.facebook.com\/*" ], "css": [ "mystyle.css" ] } ], "browser_action": { "default_icon": "icon.png" } } |