Tab auto reloader
This extension reloads the current tab at a chosen interval.
Tab auto reloader क्या है?
Tab auto reloader https://denilson.sa.nom.br द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension reloads the current tab at a chosen interval."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Tab auto reloader एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This Chrome extension reloads (refreshes) the current tab at a chosen interval. * Free and open-source. * No (extra) permissions required. * Easy-to-use. * The reload (refresh) interval can be different for each tab. https://github.com/denilsonsa/crx-reload-tab/
एक्सटेंशन की मूल जानकारी
नाम | Tab auto reloader |
ID | knnahnemielbnanghaphjgheamgcjjcb |
आधिकारिक URL | https://chromewebstore.google.com/detail/tab-auto-reloader/knnahnemielbnanghaphjgheamgcjjcb |
विवरण | This extension reloads the current tab at a chosen interval. |
फ़ाइल का आकार | 14.36 KB |
स्थापना संख्या | 26,500 |
वर्तमान संस्करण | 1.1 |
अंतिम अपडेट | 2020-11-19 |
प्रकाशन तिथि | 2018-04-23 |
रेटिंग | 4.90/5 कुल 99 रेटिंग्स |
डेवलपर | https://denilson.sa.nom.br |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/denilsonsa/crx-reload-tab/ |
सहायता पृष्ठ URL | https://github.com/denilsonsa/crx-reload-tab/issues |
गोपनीयता नीति पृष्ठ URL | http://denilson.sa.nom.br/privacy.html |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tab auto reloader", "short_name": "Tab reloader", "description": "This extension reloads the current tab at a chosen interval.", "version": "1.1", "homepage_url": "https:\/\/github.com\/denilsonsa\/crx-reload-tab\/", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": { "19": "icon19.png", "38": "icon38.png" }, "default_popup": "popup.html", "default_title": "Reload this page every\u2026" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "contextMenus", "storage" ] } |