Get the file path for the specified sites.Get the file path for websites based on specified rules.
This extension allows you to set up rules so that you can easily find the file of the current page/frame on your hard drive.
Example:
Say your have the following rule:
Name: 'localhost'
Url: 'https://localhost/yourPath/'
Directory: 'c:\mywebsites\yourPath'
Now if you visit any site on localhost you will have an extra option in your context menu, this will copy a file path to your clipboard based on the rule.
So 'http://localhost/yourPath/anotherfolder/thepage.html' will return 'c:\mywebsites\yourPath\anotherfolder\thepage.html'.
Allowing you to open the file quickly in your favorite editor.
https://github.com/Riuujin/get-file-path-chrome-extension
Changes:
1.0.3 - Updated dependencies to fix security issues.
1.0.4 - Updated dependencies to fix security issues.