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开发的Chrome扩展程序,该扩展的主要功能是“The plugin for live reloading of a browser page during web development.”。
扩展截图
下载Live Reload Browser Page扩展crx文件
下载Live Reload Browser Page扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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" ] } |