Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 1.23 KB

File metadata and controls

40 lines (25 loc) · 1.23 KB

cambridge-dictionaly-chrome-extension

Table of Contents

Overview

This extension offers two simple functions.

  1. Click a single word, and then the popup will appear near your cursor. if you click the popup, you'll be taken to the Cambridge Dictionary word definition page.
  2. Click an icon in the toolbar, you can directly access to the Cambridge Dictionary page.
Screen.Recording.2023-10-06.at.10.24.45.AM.mov

Installation

  1. Clone this repository or download the ZIP file.
$ git clone git@github.com:katamotokosuke/cambridge-dictionary-chrome-extension.git
$ cd cambridge-dictionary-chrome-extension
$ zip -r <filename>.zip ./
  1. Open Chrome and go to chrome://extensions/.

  2. Enable Developer Mode by toggling the switch in the top right corner.

  3. Click on "Load unpacked" and select the directory where you cloned or unzipped the extension.

  4. Your extension should now be installed! You should see its icon in the Chrome toolbar.

License

This project is licensed under the MIT - see the LICENSE.md file for details.