Giter Club home page Giter Club logo

ducky's Introduction


Ducky

PRs Welcome Ducky says Publish status

Meet your online digital rubber duck for companionship & debugging -- Ducky! ๐Ÿค

A chrome extension to overlay a tiny, adorable rubber duck, as a digital companion during rubber duck debugging and general development work. Why? 'cause who doesn't want a cute duck on their browser.


Contents

Are you new to rubber duck debugging?

Meet Ducky, your adorable digital companion whom you can talk to, and rubber duck debug with.

In addition to hanging around, Ducky is also responsible enough to set 15 minute alarms, should you want a short break soon, and not lose track of time.

Ducky is working on his memory and remembers the links to developer-friendly sites like StackOverflow, GitHub, Reddit and CodePen.

Ducky is also fairly shy, so don't try touching him with the mouse pointer or he may try dodging you. ๐Ÿ˜‰

Set-Up Instructions

So you too want a Ducky of your own, eh?

It's easy!

  • Download the contents of this repository, and then go to chrome://extensions
  • Enable Developer Mode, if you haven't.
  • Select Load Unpacked
  • Find the folder that contains all the files in this repository and select it.
  • Ta-da! Ducky has arrived!

Other browsers

  • (Experimental) Mozilla Firefox

Future Plans

  • Add interactivity and emoji support ๐Ÿ™‚

- #c5f015 Change Ducky's color Done!

  • Add alarm (quack?) support as break reminders Done! โฐ
  • Add quick links to frequent websites Done!
  • Allow users to add their own websites as quicklinks Done!
  • Show a Speechbubble with Debugging Tips Done!
  • Add pomodoro-style timer?

ducky's People

Contributors

rameshaditya avatar vshining avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ducky's Issues

Make the Extension Firefox compatible

What about using the Mozilla web-ext cli https://github.com/mozilla/web-ext to build an Firefox version of this extension.
if you want to try this solution add the following to the manifest.json
"applications": { "gecko": { "id": "[email protected]", "strict_min_version": "42.0" } }
you can choose your favorite extension id for that.
after adding this install web-ext and move to the extension folder and run
web-ext run --firefox="path/to/your/firefox/excutable"
your Firefox will open and the extension is installed for the current session.
To build a .xpi (Firefox extension file) run
web-ext build
and rename the .zip to .xpi
got to your Firefox an type about:config in the URL-bar and search
xpinstall.signatures.required
and set this value to false
then drag and drop your .xpi into Firefox

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.