Coder Social home page Coder Social logo

hisquery's Introduction

HisQuery

A Chrome Extension to efficiently search your browser history using keystrokes.

Just hit โŒ˜ + e to open the popup and then begin typing keywords to filter your history.

Screenshot

Useful for anybody who finds themselves visiting or copying links they've previously accessed.

Installation

From Source

Requirements

Chrome 114.0.5735.133 or higher (untested on earlier versions)

Instructions

  1. Download the extension zip from the latest release.
  2. Unzip the downloaded folder.
  3. Open Chrome and navigate to chrome://extensions/.
  4. In the top right corner of the page, enable "Developer mode" by clicking the toggle switch.
  5. Click on the "Load unpacked" button that appears in the top left corner of the page.
  6. Navigate to the downloaded folder. This should be the root directory of the extension where the manifest.json file is located.
  7. Click "Select" or "Open". The extension should now be loaded into Chrome and it should be listed on the chrome://extensions/ page.
  8. You can test the extension in the browser by clicking on the extension icon to the right of the address bar (or hitting Command + E on Mac, or Crtl + E otherwise).

Development

Prerequisites

Environment variables

Copy .env.sample -> .env.development and fill in values.

Retrieving variables:

  • POSTHOG_KEY: log in and navigate to project settings in Posthog, for each environment, to find the environment-specific API key.

Includes the following

  • TypeScript
  • Webpack
  • React
  • Jest
  • Example Code
    • Chrome Storage
    • Options Version 2
    • content script
    • count up badge number
    • background

Project Structure

  • src/typescript: TypeScript source files
  • src/assets: static files
  • dist: Chrome Extension directory
  • dist/js: Generated JavaScript files

Setup

npm install

Build

npm run build

Build in watch mode

Terminal

npm run watch

Visual Studio Code

Run watch mode.

type Ctrl + Shift + B

Load extension to Chrome

Load dist directory

Test

npx jest or npm run test

Reporting Bugs

You can submit a bug here.

hisquery's People

Contributors

hardik-vala avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.