Anchor Floating Bars
Right click on a floating navigation bar to move it out of the way of the content when you scroll down. Doesn't work on all pages.
什么是Anchor Floating Bars?
Anchor Floating Bars是由Paul Cohn开发的Chrome扩展程序,该扩展的主要功能是“Right click on a floating navigation bar to move it out of the way of the content when you scroll down. Doesn't work on all pages.”。
扩展截图
下载Anchor Floating Bars扩展crx文件
下载Anchor Floating Bars扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
名称 | Anchor Floating Bars |
ID | coagnnooeahbjjljejfkfnnpnoejdpjp |
官方URL | https://chromewebstore.google.com/detail/anchor-floating-bars/coagnnooeahbjjljejfkfnnpnoejdpjp |
简介 | Right click on a floating navigation bar to move it out of the way of the content when you scroll down. Doesn't work on all pages. |
文件大小 | 1.61 MB |
安装次数 | 23 |
当前版本 | 1.0.2 |
更新时间 | 2015-07-02 |
上架时间 | 2015-07-02 |
评分 | 5.00/5 共1次评分 |
开发者 | Paul Cohn |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Anchor Floating Bars", "description": "Right click on a floating navigation bar to move it out of the way of the content when you scroll down. Doesn't work on all pages.", "version": "1.0.2", "permissions": [ "activeTab", "contextMenus", "https:\/\/ajax.googleapis.com\/" ], "icons": { "16": "img\/anchor16.png", "19": "img\/anchor19.png", "48": "img\/anchor48.png", "128": "img\/anchor128.png" }, "background": { "scripts": [ "js\/rightclick.js" ] }, "content_scripts": [ { "all_frames": true, "js": [ "js\/page.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ] } |