michalkoziara / simple-duplicate

An extension for Firefox that adds a shortcut to duplicate the current tab.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Duplicate

The extension that adds a shortcut for duplicating current tab

The goal of this project is to create an extension for Firefox browser that allows to duplicate current tab with the usage of a keyboard shortcut.

The default keyboard shortcut is set as Ctrl+Q, but one can change this in the extension settings.

This extension is available for download from the Firefox addons listing under the name Simple Duplicate.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

  • Mozilla Firefox [version 61.0 or above]
  • Favorite code editor

To get code completion and suggestions for WebExtensions API in the code editor, use the official type definitions.

Detailed information about installation and configurations are provided at developers' site.

Technology Stack

  • WebExtensions API
  • JavaScript
  • HTML
  • CSS3

Preview

Settings

Settings

Author

  • Michał Koziara

About

An extension for Firefox that adds a shortcut to duplicate the current tab.

License:GNU General Public License v3.0


Languages

Language:JavaScript 74.1%Language:HTML 18.3%Language:CSS 7.6%