Facebook Menu bar fix position
This extension will force the menu bar to position fix at the top.
Wat is Facebook Menu bar fix position?
Facebook Menu bar fix position is een Chrome-extensie ontwikkeld door devkitz, en de belangrijkste functie is "This extension will force the menu bar to position fix at the top.".
Download het CRX-bestand van de extensie Facebook Menu bar fix position
Download Facebook Menu bar fix position-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
Naam | |
ID | lbgidkjfiecnjfpccdjbciifcibgbala |
Officiële URL | https://chrome.google.com/webstore/detail/facebook-menu-bar-fix-pos/lbgidkjfiecnjfpccdjbciifcibgbala |
Beschrijving | This extension will force the menu bar to position fix at the top. |
Bestandsgrootte | 4.92 KB |
Aantal Installaties | 30 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2014-07-25 |
Publicatiedatum | 2014-07-25 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | devkitz |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |