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.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Anchor Floating Bars

قم بتنزيل ملفات الامتداد Anchor Floating Bars بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                                            

معلومات أساسية عن التمديد

الاسم Anchor Floating Bars 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:\/\/*\/*"
            ]
        }
    ]
}