Comeback

Comeback to the top of the page

ما هو Comeback؟

Comeback هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "Comeback to the top of the page".

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

screenshot

تحميل ملف CRX للإضافة Comeback

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

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

                        A browser extension (add-on) for Google Chrome, Mozilla Firefox, Microsoft Edge, and Opera that allows you to quickly comeback to the top of the page.                    

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

الاسم Comeback Comeback
ID dmigneggooddghokkbnpblkigghbcilp
عنوان URL الرسمي https://chromewebstore.google.com/detail/comeback/dmigneggooddghokkbnpblkigghbcilp
الوصف Comeback to the top of the page
حجم الملف 16.07 KB
عدد التثبيتات 96
النسخة الحالية 0.0.2
آخر تحديث 2022-05-15
تاريخ النشر 2022-05-11
المطور Unknown
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "background": {
        "service_worker": "sw.js"
    },
    "description": "Comeback to the top of the page",
    "name": "Comeback",
    "version": "0.0.2",
    "manifest_version": 3,
    "homepage_url": "https:\/\/convictionpop.com",
    "action": {
        "default_icon": "icons\/icon_128.png"
    },
    "icons": {
        "128": "icons\/icon_128.png",
        "64": "icons\/icon_64.png",
        "32": "icons\/icon_32.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/icon_32.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}