Fearch
Fearch copied to clipboard
This is a chrome extension where we can search music,video and books over ftp servers. You can add it to your chrome using this link -
Fixes #94
Presently googleFearch.js contains only a single long html string. Please add an inline comment at the beginning describing what the file does. The code in this file basically modifies the...
- popup.js: Store the query searched by the user and corresponding URL to localStorage. - options.js: Retrieve stored query and URL from localStorage and display. - options.html, options.css: revamp the...
basically open the top search query on a new tab
In googleFearch.js file there is a long string containing html code. Apply proper indentation to the string, so that it is easier to comprehend what is happening inside the string.
As in the case of browser history, users should be able to see their previously searched queries.
solved #100
The current UI is very bland and does not stand out against the white background of the browser **SUGGESTIONS** - Redesign the checkboxes - use block colours that stand out...
Update README.md and include how to setup node modules (**npm install**), what are the perquisites (**node** and **npm** in this case) and how to run **eslint** (**npm run ci:lint**) in...
Apart from songs, videos and books user should also be able to search for setup files, such as setup files of games, software etc.