Skip to content

wurenny/search2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

search2 | [中文]

Introduction

search2 is a practical and extensible search assistant, here is about me:

  1. search2 follows four design principles: lightness, simplicity, ease of use, and scalability"
  2. search2 does not introduce any third-party javascript libraries. It only loads on user-defined search engine pages"
  3. search2 has extremely simple user interfaces, occupying only a small space on the page. It can even be hidden to the side to minimize interference with the user's original web experience"
  4. search2 also adheres to Google's philosophy: a) user-centered, fully considering user habits; b) faster is better, with quick responses, as fast a web experience as possible; c) the web is fair and democratic, not bundling any search engines, including Google itself, and all search engines are fully customizable by users"
  5. search2 requires a Chrome webkit version greater than 21 to function properly. Starting from version v2.0.0, it supports manifest v3"
  6. The past mind is unattainable, The present mind is unattainable, The future mind is unattainable

Installation

  1. search2 has released to Chrome Webstore, goto Chrome Webstore and install

copyright

  1. Note that the copyright of search2 is proprietary, see the license file in this project for details

Developerment

  1. Clone this repository to your local machine and open the directory using a IDE. VSCode is recommended
  2. Enable Developer Mode in Chrome Extensions Management Page
  3. If Search2 has been installed from the Webstore, please close the original Search2 extension first
  4. Load the [src] directory as an unpacked extension in Chrome
  5. Modify the local code, find search2 on the Extensions Management page, and reload the extension
  6. Refresh or reopen a search web page to verify the updated effect
  7. If modifying the options feature, reopen the options page to see the changes