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」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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 } |