AutoRefresh+
Powerful timed refresh tool
AutoRefresh+ क्या है?
AutoRefresh+ MichaelKeys द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Powerful timed refresh tool"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में AutoRefresh+ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
AutoRefresh+ is an open-source Chrome extension that allows users to refresh a websites at a given time interval. The user has to simply enter the hostname of the website that they would like the refresh, and the number of minutes between each refresh, and AutoRefresh+ will do the rest!
एक्सटेंशन की मूल जानकारी
नाम | |
ID | jdcmniiepfjinccadkbjliiopialnnmi |
आधिकारिक URL | https://chromewebstore.google.com/detail/autorefresh+/jdcmniiepfjinccadkbjliiopialnnmi |
विवरण | Powerful timed refresh tool |
फ़ाइल का आकार | 65.98 KB |
स्थापना संख्या | 659 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2018-11-04 |
प्रकाशन तिथि | 2018-11-04 |
डेवलपर | MichaelKeys |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://bitbucket.org/MichaelKeys/autorefresh/ |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "AutoRefresh+", "version": "1.0", "description": "Powerful timed refresh tool", "permissions": [ "activeTab", "alarms", "declarativeContent", "storage", "tabs" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/AutoRefresh+16.png", "32": "images\/AutoRefresh+32.png", "48": "images\/AutoRefresh+48.png", "128": "images\/AutoRefresh+128.png" } }, "icons": { "16": "images\/AutoRefresh+16.png", "32": "images\/AutoRefresh+32.png", "48": "images\/AutoRefresh+48.png", "128": "images\/AutoRefresh+128.png" }, "options_page": "options.html", "manifest_version": 2 } |