Simple Reloader
Automatically reloads the current tab as needed.
Simple Reloader क्या है?
Simple Reloader Drew Cossey द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically reloads the current tab as needed."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Simple Reloader एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
A quick and simple automatic page reloader. Reloading the page manually, or navigating to another page in the same tab will reset the countdown. Can optionally tell the browser to ignore the browser cache for the reloads.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | jdcjnkmfkfnidklnngnbecledmanndnm |
आधिकारिक URL | https://chrome.google.com/webstore/detail/simple-reloader/jdcjnkmfkfnidklnngnbecledmanndnm |
विवरण | Automatically reloads the current tab as needed. |
फ़ाइल का आकार | 53.26 KB |
स्थापना संख्या | 481 |
वर्तमान संस्करण | 1.0.1 |
अंतिम अपडेट | 2015-04-29 |
प्रकाशन तिथि | 2015-04-29 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | Drew Cossey |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Simple Reloader", "version": "1.0.1", "description": "Automatically reloads the current tab as needed.", "permissions": [ "tabs" ], "icons": { "16": "images\/icon16.png", "19": "images\/icon19.png", "38": "images\/icon38.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": { "default_title": "Reloadit", "default_popup": "popup.html", "default_icon": { "16": "images\/icon16.png", "19": "images\/icon19.png", "38": "images\/icon38.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } }, "background": { "scripts": [ "jquery-1.11.1.min.js", "background.js" ], "persistent": true } } |