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.
Vad är Anchor Floating Bars?
Anchor Floating Bars är en Chrome-tillägg utvecklad av Paul Cohn, och dess huvudfunktion är "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.".
Tilläggsskärmbilder
Ladda ner Anchor Floating Bars-förlängningens CRX-fil
Ladda ner Anchor Floating Bars-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 | Anchor Floating Bars |
ID | coagnnooeahbjjljejfkfnnpnoejdpjp |
Officiell webbadress | https://chromewebstore.google.com/detail/anchor-floating-bars/coagnnooeahbjjljejfkfnnpnoejdpjp |
Beskrivning | 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. |
Filstorlek | 1.61 MB |
Antal Installationer | 23 |
Aktuell Version | 1.0.2 |
Senast Uppdaterad | 2015-07-02 |
Publiceringsdatum | 2015-07-02 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | Paul Cohn |
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": "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:\/\/*\/*" ] } ] } |