Giter VIP home page Giter VIP logo

ffs3's Introduction

NOTE: When you editing manifest file for your sound. Please don't attach a key to it. Chrome only allows max of 4 key bindings but you can change it manually by going in Settings > Extensions > Keyboard shortcut. You can define your shortcut over there.

How to add FFS3 as a Chrome extension:

  • Step1 :Chrome > More tools > Extensions
  • Step2 :Enable developer mode on the right
  • Step3 :Click on Load Unpacked
  • Step4: Route to the project and select Public folder
  • Step5: Profit ???

How to add custom shortcuts for sound: The default shortcuts are Alt + 1,Alt + 2,Alt + 3 and Alt + 4

  • Step1 :Open extensions page
  • Step2 :Open the menu on the left
  • Step3 :Click on the Keyboard shortcuts
  • Step4 :Find FFS3 and add your custom Keyboard shortcuts

How to add custom sounds

  • Step 1: download the mp3
  • Step 2: Clone the git repo
  • Step 3: Add your mp3 to './Public/audios'
  • Step 4: Add your mp3 to the background file like so

const makeitso = new Audio('../audios/makeitso.mp3'); ... if(command === 'makeitso'){ playSound(makeitso); }

  • Step 5: add sound to the manifest.json

"makeitso": { "description": "Make it so" },

  • Step 6: Chome -> extensions -> Refresh button (lower right corner of FF3 extension)
  • Step 7: update your keymapping

ffs3's People

Contributors

gruler05 avatar stuartpearlman avatar

Stargazers

 avatar E. Itah avatar Rome Arledge avatar

Watchers

James Cloos avatar Rome Arledge 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.