Reload All Tabs
Reload all tabs using keyboard shortcut or toolbar button.
Reload All Tabs क्या है?
Reload All Tabs Benni द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Reload all tabs using keyboard shortcut or toolbar button."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Reload All Tabs एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Reload All Tabs is a lite extension that let you easily reload all tabs with click of a button. Simply add this add-on to your browser and click on the - Reload All Tabs - toolbar icon. All open tabs will be reloaded upon clicking on the toolbar button. You can exclude tabs based on pin, active, audible, discard or private states. If you want to exclude certain tabs from reloading, please visit the options page and mark the desired option. Please note that, you cannot exclude a tab based on the URL. If you have a feature request, or you want to report a bug, please fill the bug report form in the addon's homepage (https://mybrowseraddon.com/reload-all-tabs.html).
एक्सटेंशन की मूल जानकारी
नाम | Reload All Tabs |
ID | biidfoapgncnlhpdhjapkkbankbnnhnj |
आधिकारिक URL | https://chromewebstore.google.com/detail/reload-all-tabs/biidfoapgncnlhpdhjapkkbankbnnhnj |
विवरण | Reload all tabs using keyboard shortcut or toolbar button. |
फ़ाइल का आकार | 24.58 KB |
स्थापना संख्या | 27,282 |
वर्तमान संस्करण | 0.1.3 |
अंतिम अपडेट | 2023-07-30 |
प्रकाशन तिथि | 2019-12-23 |
रेटिंग | 4.06/5 कुल 17 रेटिंग्स |
डेवलपर | Benni |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://mybrowseraddon.com/reload-all-tabs.html |
सहायता पृष्ठ URL | https://mybrowseraddon.com/reload-all-tabs.html |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1.3", "manifest_version": 3, "offline_enabled": true, "name": "Reload All Tabs", "permissions": [ "storage" ], "homepage_url": "https:\/\/mybrowseraddon.com\/reload-all-tabs.html", "description": "Reload all tabs using keyboard shortcut or toolbar button.", "background": { "service_worker": "background.js" }, "options_ui": { "open_in_tab": true, "page": "data\/options\/options.html" }, "commands": { "reload-action": { "description": "Reload All Tabs", "suggested_key": { "mac": "Alt+Shift+C", "default": "Alt+Shift+C" } } }, "action": { "default_title": "Reload All Tabs", "default_icon": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png" } }, "icons": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png", "128": "data\/icons\/128.png" } } |