CJs Auto Refresh

Auto refresh the page for CJ because CJ is awesome!

ما هو CJs Auto Refresh؟

CJs Auto Refresh هو إضافة Chrome تم تطويرها بواسطة nextstate، والميزة الرئيسية لها هي "Auto refresh the page for CJ because CJ is awesome!".

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

screenshot

تحميل ملف CRX للإضافة CJs Auto Refresh

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

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

                        Auto refresh one or more tabs by clicking the extension's icon and selecting Auto Refresh in the context menu. Change the refresh interval via the Options menu item in the context menu.

When the refresh interval is changed, all tabs that have the Auto Refreshed already checked are refreshed and the new interval is set. Checking Auto Refresh on a different tab will use the new interval.                    

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

الاسم CJs Auto Refresh CJs Auto Refresh
ID gfgbegjbililmnkakfmpdhndnccpjnlf
عنوان URL الرسمي https://chromewebstore.google.com/detail/cjs-auto-refresh/gfgbegjbililmnkakfmpdhndnccpjnlf
الوصف Auto refresh the page for CJ because CJ is awesome!
حجم الملف 12.74 KB
عدد التثبيتات 118
النسخة الحالية 1.0.1
آخر تحديث 2019-03-24
تاريخ النشر 2019-03-23
تقييم 5.00/5 مجموع تقييمات 1
المطور nextstate
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CJs Auto Refresh",
    "short_name": "CJs Refresh",
    "version": "1.0.1",
    "manifest_version": 2,
    "description": "Auto refresh the page for CJ because CJ is awesome!",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab",
        "contextMenus",
        "storage"
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "icons": {
        "128": "icon128.png"
    }
}