Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dewbjorn/localhost_automate
Localhost Automate is a Google Chrome extension, providing an easier, more comfortable way to tell the browser to get the http://localhost up there instead of file://
https://github.com/dewbjorn/localhost_automate
Last synced: 27 days ago
JSON representation
Localhost Automate is a Google Chrome extension, providing an easier, more comfortable way to tell the browser to get the http://localhost up there instead of file://
- Host: GitHub
- URL: https://github.com/dewbjorn/localhost_automate
- Owner: dewbjorn
- Created: 2013-10-05T21:38:00.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-12-06T19:52:49.000Z (about 8 years ago)
- Last Synced: 2024-11-17T10:41:02.870Z (2 months ago)
- Language: JavaScript
- Homepage: https://chrome.google.com/webstore/detail/localhost-automate/pplnfonehjimoddpmnhldhkgojhkjcfh
- Size: 89.8 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Localhost Automate for Chrome
=============================Problem
-------
As a developer working under his Localhost server before uploading a project to the WWW, I've encountered one issue (or a disturbance, so to speak) that somehow always takes away 3-4 seconds of my workflow and disturbs me with annoyance.After opening a web document, whether if its an html file, php file or anything else, Google Chrome opens it under file:// protocol instead of http://, resulting in developers clicking on the address bar just to switch to http://localhost.
Solution
--------Localhost Automate is what solves it.
Localhost Automate is a Google Chrome extension, providing an easier, more comfortable way to tell the browser to get the http://localhost up there instead of file://, as long as the web document is in the preconfigured folder.
Localhost Automate requires a valid path to your localhost folder (ie. d:\wwwroot), so afterwards, if you're opening a file under 'd:\wwwroot\Some_Project', the extension would redirect it to 'http://localhost/Some_Project'.
Comments, bugs and suggestions are welcome. I hope you'll enjoy it as much as I've enjoyed making it.