Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

chrome file system inspection - reload on change

is there an extension for loading an entire page on change in file system in entire folder. I am right now using Tincr but it doesn't allow me watch the entire folder.

there is an auto reload for firefox which watches folder and filters on extension convieniently

like image 665
coool Avatar asked Nov 01 '22 23:11

coool


1 Answers

Not really the answer you want but:

  1. have you considered writing a script / program that monitors the entire folder and (when a change is detected) "touch"es the file Tincr monitors? that should be simple - and would result in the effect you need.

  2. keep in mind that tincr uses the NPAPI which (according to Google) would no longer be allowed on Chrome come Jan 1st, 2015.

like image 170
FuzzyAmi Avatar answered Nov 09 '22 05:11

FuzzyAmi