Facebook Menu bar fix position
This extension will force the menu bar to position fix at the top.
Vad är Facebook Menu bar fix position?
Facebook Menu bar fix position är en Chrome-tillägg utvecklad av devkitz, och dess huvudfunktion är "This extension will force the menu bar to position fix at the top.".
Ladda ner Facebook Menu bar fix position-förlängningens CRX-fil
Ladda ner Facebook Menu bar fix position-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Grundläggande Information om Tillägg
Namn | |
ID | lbgidkjfiecnjfpccdjbciifcibgbala |
Officiell webbadress | https://chrome.google.com/webstore/detail/facebook-menu-bar-fix-pos/lbgidkjfiecnjfpccdjbciifcibgbala |
Beskrivning | This extension will force the menu bar to position fix at the top. |
Filstorlek | 4.92 KB |
Antal Installationer | 30 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2014-07-25 |
Publiceringsdatum | 2014-07-25 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | devkitz |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" } } |