Simple Tab Reloader

Refresh your tabs, without all those annoying features

ما هو Simple Tab Reloader؟

Simple Tab Reloader هو إضافة Chrome تم تطويرها بواسطة Tabernacle8، والميزة الرئيسية لها هي "Refresh your tabs, without all those annoying features".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Simple Tab Reloader

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

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

                        Every automatic tab reloader asks for either way too many permissions or is just a big mess to use. So, I decided to create my own and share it with you!

Simple Tab Reloader is easy to use, just choose which reload interval you want and hit start. The tab you were on when you hit start will be reloaded at the interval you set, even if you move to another tab.

Highlighted Features:
 - Super easy to use, input a time and hit start
 - Reload interval syncs across your google account
 - Counter for when the next reload is
 - Requires no permissions to install (Protects your privacy)
 - Collects no user data / no analytics data



Please leave suggestions in a review or comment on this extension's GitHub https://github.com/tabernacle8/AutoReloadTab.                    

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

الاسم Simple Tab Reloader Simple Tab Reloader
ID henodmaaehdoggfnlebeabepfeendocd
عنوان URL الرسمي https://chromewebstore.google.com/detail/simple-tab-reloader/henodmaaehdoggfnlebeabepfeendocd
الوصف Refresh your tabs, without all those annoying features
حجم الملف 15.03 KB
عدد التثبيتات 722
النسخة الحالية 3.1.0
آخر تحديث 2022-12-25
تاريخ النشر 2021-02-07
تقييم 4.67/5 مجموع تقييمات 3
المطور Tabernacle8
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://docs.google.com/document/d/11I9bVn6VpVmdai7aKsZayocZFMGicSxSSnYAXY1R-L4/edit
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Simple Tab Reloader",
    "version": "3.1.0",
    "description": "Refresh your tabs, without all those annoying features",
    "permissions": [
        "declarativeContent",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js",
            "reloadTabBackground.js"
        ],
        "persistent": true
    },
    "page_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "Reload16.png",
        "48": "Reload48.png",
        "128": "Reload128.png"
    },
    "manifest_version": 2
}