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 |
Eメール | [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:\/\/*\/*" ] } ] } |