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.

Qu'est-ce que Anchor Floating Bars ?

Anchor Floating Bars est une extension Chrome développée par Paul Cohn, et sa fonction principale est "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.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Anchor Floating Bars

Téléchargez les fichiers d'extension Anchor Floating Bars au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                                            

Informations de Base sur l'Extension

Nom Anchor Floating Bars Anchor Floating Bars
ID coagnnooeahbjjljejfkfnnpnoejdpjp
URL Officiel https://chromewebstore.google.com/detail/anchor-floating-bars/coagnnooeahbjjljejfkfnnpnoejdpjp
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.
Taille du Fichier 1.61 MB
Nombre d'Installations 23
Version Actuelle 1.0.2
Dernière Mise à Jour 2015-07-02
Date de Publication 2015-07-02
Évaluation 5.00/5 Total 1 Évaluations
Développeur Paul Cohn
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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:\/\/*\/*"
            ]
        }
    ]
}