Simple Tab Reloader
Refresh your tabs, without all those annoying features
Simple Tab Reloader क्या है?
Simple Tab Reloader Tabernacle8 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Refresh your tabs, without all those annoying features"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Simple Tab Reloader एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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 |
गोपनीयता नीति पृष्ठ 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 } |