Auto Refresher
Automatically refresh the page on a set interval
Auto Refresher क्या है?
Auto Refresher jones.kaivon द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically refresh the page on a set interval"।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Auto Refresher एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Simple and easy to use extension to auto reload the page its opened on.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | nlfnbbnnpiiiifgnbckjhkhpmggpailj |
आधिकारिक URL | https://chrome.google.com/webstore/detail/nlfnbbnnpiiiifgnbckjhkhpmggpailj |
विवरण | Automatically refresh the page on a set interval |
फ़ाइल का आकार | 114 KB |
स्थापना संख्या | 26 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2018-09-01 |
प्रकाशन तिथि | 2018-09-01 |
डेवलपर | jones.kaivon |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Auto Refresher", "version": "1.0", "manifest_version": 2, "description": "Automatically refresh the page on a set interval", "icons": { "16": "images\/refresh-icon16.png", "48": "images\/refresh-icon48.png", "128": "images\/refresh-icon128.png" }, "browser_action": { "default_popup": "popup.html", "default_icon": "images\/refresh-icon.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "activeTab", "storage", "tabs", "http:\/\/*\/", "https:\/\/*\/" ] } |