| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A browser extension that makes it easy for you to open source files you are viewing in the browser from an online service (eg https://dev.azure.com/, https://github.com/, https://chromium-review.googlesource.com/, or https://source.chromium.org/chromium) and open the corresponding local source file. You can use the Options UI to map specific URIs to local folders. It works in Edge and Chrome.
To use the extension, click the extension icon in the toolbar. This will open a popup with a list of files that are available to open for the current tab. Press a link to open the file in your editor. If you have only one file available, it will automatically open.
Add Project: Press this button to add a new project to the list. You will need to fill in the Project Name, Repo Name, and Local File Path for the new project.
Remove: Press this button to remove the selected project from the list.
Default Local Path: The default local path to use for any project that does not have a specific mapping in the Projects list. This should be the base folder of your local source.
Projects: A list of projects that you want to map. Each project has a Project Name, Repo Name, and Local File Path. The Project Name and Repo Name identify the project in the list, and the Local File Path is the local path to the root folder of the project.
Auto Add Projects From Tabs: Press this button to automatically add a mapping for each project it finds from the open tabs. This will only work if the tab URL matches one of the supported URL patterns so make sure you are on a search page, or file view page and not the project's main page.
Custom URL Template: This is the URL template that will be used to open the corresponding local file. By default it is the VS Code protocol handler which will open the file in VS Code. The following variables are supported:
Auto Open Single File: If this is checked (the default) then if there is only one file found on the current page, it will automatically open that file in the editor. If this is not checked, you will need to select the file from the list of files before it will open.
This extension does not collect any personal data. It only stores the local paths you provide and other similar options in the browser's local storage. The extension does not send any data to a server or third party. The extension only interacts with the files you open in your browser and launches your editor.
| Back | FazBrowse Home | New Git URL |