Skip to content

📘 A curated library of commands for the Backtick Chrome Extension.

Notifications You must be signed in to change notification settings

backtickbacktick/library

Repository files navigation

Commands Library

This is the curated library of commands for Backtick. These are the commands available on the options page.

If you think you have an awesome command you would like to be available to all Backtick users follow these instructions:

  1. Fork this repo

  2. Duplicate the example-command folder.

  3. Replace the command.js file with your JavaScript. This will be injected into and executed on the page the user is currently on when they run it.

  4. Replace the details.json file with your command metadata:

    slug: The unique url-friendly identifier of the command.
    name: The name of the command.
    description: A short description about what the command does.
    author (optional): Github username.
    icon (optional): A link to a 60x60 PNG icon.
    link (optional): A link to a related home page.

  5. Submit your PR.

  6. Dance

Note: The _library folder contains tasked used to build the library and for validation and testing. Repository serving as a CDN here: https://backtick.ninja/library/

About

📘 A curated library of commands for the Backtick Chrome Extension.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published