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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Paul Cohn, και η κύρια λειτουργία του είναι "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.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Anchor Floating Bars
Λήψη αρχείων επέκτασης 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:\/\/*\/*" ] } ] } |