Facebook Menu bar fix position
This extension will force the menu bar to position fix at the top.
什么是Facebook Menu bar fix position?
Facebook Menu bar fix position是由devkitz开发的Chrome扩展程序,该扩展的主要功能是“This extension will force the menu bar to position fix at the top.”。
下载Facebook Menu bar fix position扩展crx文件
下载Facebook Menu bar fix position扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
名称 | |
ID | lbgidkjfiecnjfpccdjbciifcibgbala |
官方URL | https://chrome.google.com/webstore/detail/facebook-menu-bar-fix-pos/lbgidkjfiecnjfpccdjbciifcibgbala |
简介 | This extension will force the menu bar to position fix at the top. |
文件大小 | 4.92 KB |
安装次数 | 30 |
当前版本 | 1.0 |
更新时间 | 2014-07-25 |
上架时间 | 2014-07-25 |
评分 | 5.00/5 共2次评分 |
开发者 | devkitz |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" } } |