Tab Reloader Extension
Use this extension to quickly re-open a list of urls in a the current window tabs
Tab Reloader Extension क्या है?
Tab Reloader Extension Octplane द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Use this extension to quickly re-open a list of urls in a the current window tabs"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Tab Reloader Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension allows you to quickly reload tabs with a list of pre-defined urls. Useful in a demo context. Please configure the extension by right-clicking on the icon before using it. Once configured, click on the dog icon, and all tabs will updated with the list of links. Chrome will also focus on the first tab. You can also ask the extension to close all extras tabs at once.
एक्सटेंशन की मूल जानकारी
नाम | Tab Reloader Extension |
ID | fikdoamihjhcfocaacnhlbaggjbaklkc |
आधिकारिक URL | https://chromewebstore.google.com/detail/tab-reloader-extension/fikdoamihjhcfocaacnhlbaggjbaklkc |
विवरण | Use this extension to quickly re-open a list of urls in a the current window tabs |
फ़ाइल का आकार | 314 KB |
स्थापना संख्या | 22 |
वर्तमान संस्करण | 0.1.0 |
अंतिम अपडेट | 2018-11-16 |
प्रकाशन तिथि | 2018-11-16 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | Octplane |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tab Reloader Extension", "version": "0.1.0", "manifest_version": 2, "description": "Use this extension to quickly re-open a list of urls in a the current window tabs", "homepage_url": "https:\/\/github.com\/DataDog\/Demo-Chrome-Extension", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png", "512": "icons\/icon-large.png" }, "default_locale": "en", "background": { "scripts": [ "src\/bg\/background.js" ], "persistent": true }, "options_page": "src\/options_custom\/index.html", "browser_action": { "default_icon": "icons\/icon128.png", "default_title": "Restore Tabs" }, "permissions": [ "tabs", "storage" ] } |