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.

Apa itu Anchor Floating Bars?

Anchor Floating Bars adalah ekstensi Chrome yang dikembangkan oleh Paul Cohn, dan fitur utamanya adalah "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.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Anchor Floating Bars

Unduh file ekstensi Anchor Floating Bars dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                                            

Informasi Dasar Ekstensi

Nama Anchor Floating Bars Anchor Floating Bars
ID coagnnooeahbjjljejfkfnnpnoejdpjp
URL Resmi https://chromewebstore.google.com/detail/anchor-floating-bars/coagnnooeahbjjljejfkfnnpnoejdpjp
Deskripsi 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.
Ukuran File 1.61 MB
Jumlah Instalasi 23
Versi Saat Ini 1.0.2
Terakhir Diperbarui 2015-07-02
Tanggal Publikasi 2015-07-02
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Paul Cohn
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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:\/\/*\/*"
            ]
        }
    ]
}