Autoreloader: Reload tab on file change (Win)
(Windows only) Monitor files on your hard disk and reload pages automatically
Wat is Autoreloader: Reload tab on file change (Win)?
Autoreloader: Reload tab on file change (Win) is een Chrome-extensie ontwikkeld door robotreply, en de belangrijkste functie is "(Windows only) Monitor files on your hard disk and reload pages automatically".
Extensie Screenshots
Download het CRX-bestand van de extensie Autoreloader: Reload tab on file change (Win)
Download Autoreloader: Reload tab on file change (Win)-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Autoreloader v0.0.1 Automatically reload chrome tabs if files changes Step 1: Install the file monitor server - Download setup.exe from https://github.com/autoreloader/autoreloader/blob/master/Setup.exe?raw=true - Run setup.exe Step 2: Install the chrome extension - Search "autoreloader" on chrome store and install extension Step 3: Add folders that you would like to monitor using the "add directory" button. That's it! Now anytime a new file is added, changed, or removed in the folders you're monitoring your active tab will automatically reload. This is an open source app. You can find the full code for Server (Delphi) and Extension (Javascript) here: https://github.com/autoreloader/autoreloader Pull requests are always welcome!
Basisinformatie over de Extensie
Naam | Autoreloader: Reload tab on file change (Win) |
ID | innoeeijgleieecngfliphpjchmcobok |
Officiële URL | https://chromewebstore.google.com/detail/autoreloader-reload-tab-o/innoeeijgleieecngfliphpjchmcobok |
Beschrijving | (Windows only) Monitor files on your hard disk and reload pages automatically |
Bestandsgrootte | 30.93 KB |
Aantal Installaties | 247 |
Huidige Versie | 0.0.3 |
Laatst Bijgewerkt | 2016-08-03 |
Publicatiedatum | 2016-08-03 |
Beoordeling | 4.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | robotreply |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Autoreloader: Reload tab on file change (Win)", "version": "0.0.3", "manifest_version": 2, "description": "(Windows only) Monitor files on your hard disk and reload pages automatically", "homepage_url": "https:\/\/github.com\/autoreloader\/autoreloader", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "scripts": [ "src\/bg\/background.js" ], "persistent": true }, "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "Enable Auto-Reloader" }, "options_page": "src\/options\/index.html", "permissions": [ "tabs", "storage", "http:\/\/*\/*", "https:\/\/*\/*" ] } |