Simple Tab Reloader

Refresh your tabs, without all those annoying features

什麼是Simple Tab Reloader?

Simple Tab Reloader是由Tabernacle8開發的Chrome擴展程式,該擴展的主要功能是“Refresh your tabs, without all those annoying features”。

擴展截圖

screenshot
screenshot
screenshot

下載Simple Tab Reloader擴展crx文件

下載Simple Tab Reloader擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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
隱私政策頁面URL 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
}