CJs Auto Refresh
Auto refresh the page for CJ because CJ is awesome!
CJs Auto Refresh क्या है?
CJs Auto Refresh nextstate द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Auto refresh the page for CJ because CJ is awesome!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में CJs Auto Refresh एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Auto refresh one or more tabs by clicking the extension's icon and selecting Auto Refresh in the context menu. Change the refresh interval via the Options menu item in the context menu. When the refresh interval is changed, all tabs that have the Auto Refreshed already checked are refreshed and the new interval is set. Checking Auto Refresh on a different tab will use the new interval.
एक्सटेंशन की मूल जानकारी
नाम | CJs Auto Refresh |
ID | gfgbegjbililmnkakfmpdhndnccpjnlf |
आधिकारिक URL | https://chromewebstore.google.com/detail/cjs-auto-refresh/gfgbegjbililmnkakfmpdhndnccpjnlf |
विवरण | Auto refresh the page for CJ because CJ is awesome! |
फ़ाइल का आकार | 12.74 KB |
स्थापना संख्या | 118 |
वर्तमान संस्करण | 1.0.1 |
अंतिम अपडेट | 2019-03-24 |
प्रकाशन तिथि | 2019-03-23 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | nextstate |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CJs Auto Refresh", "short_name": "CJs Refresh", "version": "1.0.1", "manifest_version": 2, "description": "Auto refresh the page for CJ because CJ is awesome!", "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "activeTab", "contextMenus", "storage" ], "options_ui": { "page": "options.html", "chrome_style": true }, "icons": { "128": "icon128.png" } } |