Live Reload Browser Page
The plugin for live reloading of a browser page during web development.
Live Reload Browser Page क्या है?
Live Reload Browser Page https://live-reload-browser-page.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The plugin for live reloading of a browser page during web development."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Live Reload Browser Page एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This is a browser plugin that reloads a browser page in real time. ► Pros • Friendly user interface with mini panel. • Configurable host and port for connection. • Supports remote server connection. • SSL connections, if need. • Partial reload of a browser page (CSS, JavaScript, HTML, etc). • Sound and Visual notification after the browser page reloads. • Works outside a web root and with a web root. • It does not require any web scripts to be connected for this plugin to work. • In «Live Reload Browser Page-Pro» version has built-in programs: ° «Live Alert Browser Page» (https://live-alert-browser-page.com) ° «Live HTML validator» (https://live-html-validator.com) ► Official website «Live Reload Browser Page» https://live-reload-browser-page.com ► Packages and documentation https://live-reload-browser-page.com/documentation https://github.com/Yuriy-Svetlov/live-reload-bp ► You may also want to use: https://live-alert-browser-page.com https://live-html-validator.com ► You can install the Professional version of this plugin here: https://chrome.google.com/webstore/detail/live-reload-browser-page/njclcjfoekkdmgdgdfdididdffpkcfgj
एक्सटेंशन की मूल जानकारी
नाम | Live Reload Browser Page |
ID | ohidagfdjacdilgoklcmbjfkmplciemd |
आधिकारिक URL | https://chromewebstore.google.com/detail/live-reload-browser-page/ohidagfdjacdilgoklcmbjfkmplciemd |
विवरण | The plugin for live reloading of a browser page during web development. |
फ़ाइल का आकार | 3.83 MB |
स्थापना संख्या | 197 |
वर्तमान संस्करण | 1.0.2 |
अंतिम अपडेट | 2023-12-14 |
प्रकाशन तिथि | 2021-11-20 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | https://live-reload-browser-page.com |
ईमेल | [email protected] |
भुगतान के प्रकार | in_app |
एक्सटेंशन वेबसाइट | https://live-reload-browser-page.com |
सहायता पृष्ठ URL | https://live-reload-browser-page.com/contacts |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Live Reload Browser Page", "version": "1.0.2", "manifest_version": 2, "description": "The plugin for live reloading of a browser page during web development.", "icons": { "16": "images\/off_19x19_v1.png", "32": "images\/off_32x32_v1.png", "48": "images\/off_48x48_v1.png", "128": "images\/off_128x128_v1.png" }, "options_page": "build\/options.html", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "build\/content.js" ] } ], "background": { "scripts": [ "build\/background.js" ] }, "browser_action": { "default_icon": "images\/off_19x19_v1.png", "default_popup": "build\/index.html" }, "permissions": [ "storage" ] } |