All Projects → toolkit-for-ynab → Toolkit For Ynab

toolkit-for-ynab / Toolkit For Ynab

Licence: mit
A general purpose YNAB enhancing browser extension for Chrome and Firefox. Have it your way!

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Toolkit For Ynab

Sponsorblock
Skip YouTube video sponsors (browser extension)
Stars: ✭ 3,627 (+260.54%)
Mutual labels:  hacktoberfest, chrome-extension, firefox-extension
Mue
Fast, open and free-to-use new tab page for modern browsers
Stars: ✭ 56 (-94.43%)
Mutual labels:  hacktoberfest, chrome-extension, firefox-extension
Reddit Enhancement Suite
Reddit Enhancement Suite
Stars: ✭ 3,326 (+230.62%)
Mutual labels:  hacktoberfest, chrome-extension, firefox-extension
Browser Extension Json Discovery
Browser (Chrome, Firefox) extension for JSON discovery
Stars: ✭ 157 (-84.39%)
Mutual labels:  hacktoberfest, chrome-extension, firefox-extension
Bypass Paywalls Chrome
Bypass Paywalls web browser extension for Chrome and Firefox.
Stars: ✭ 20,876 (+1975.15%)
Mutual labels:  hacktoberfest, chrome-extension, firefox-extension
Devo
A Chrome and Firefox extension that displays GitHub Trending, Hacker News, Product Hunt and Designer News on every new tab.
Stars: ✭ 236 (-76.54%)
Mutual labels:  hacktoberfest, chrome-extension, firefox-extension
Nsfw Filter
🚀 A Google Chrome / Firefox extension that blocks NSFW images from the web pages that you load using TensorFlow JS.
Stars: ✭ 984 (-2.19%)
Mutual labels:  hacktoberfest, chrome-extension, firefox-extension
Premid
🧬 Source code of the PreMiD application.
Stars: ✭ 621 (-38.27%)
Mutual labels:  chrome-extension, firefox-extension
Mouse Dictionary
📘A super fast dictionary for Chrome/Firefox
Stars: ✭ 670 (-33.4%)
Mutual labels:  chrome-extension, firefox-extension
Ublacklist
Blocks specific sites from appearing in Google search results
Stars: ✭ 798 (-20.68%)
Mutual labels:  chrome-extension, firefox-extension
Firephp For Browser Devtools
FirePHP for Browser Developer Tools (Web Extension)
Stars: ✭ 39 (-96.12%)
Mutual labels:  chrome-extension, firefox-extension
Rust Search Extension
🦀 The ultimate search extension for Rust
Stars: ✭ 540 (-46.32%)
Mutual labels:  chrome-extension, firefox-extension
Burlesco
Leia notícias sem ser assinante, burle o paywall (WebExtension)
Stars: ✭ 528 (-47.51%)
Mutual labels:  hacktoberfest, chrome-extension
Raspberrycast
📺 Transform your Raspberry Pi into a streaming device. Videos can be sent from mobile devices or computers (Chrome extension).
Stars: ✭ 726 (-27.83%)
Mutual labels:  chrome-extension, firefox-extension
Web Search Navigator
Chrome/Firefox extension that adds keyboard shortcuts to Google, YouTube, Github, Amazon, and others
Stars: ✭ 532 (-47.12%)
Mutual labels:  chrome-extension, firefox-extension
Ghostery Extension
Ghostery Browser Extension for Firefox, Chrome, Opera and Edge
Stars: ✭ 922 (-8.35%)
Mutual labels:  chrome-extension, firefox-extension
Search By Image
Browser extension for reverse image search, available for Edge, Chrome and Firefox
Stars: ✭ 500 (-50.3%)
Mutual labels:  chrome-extension, firefox-extension
Ping Blocker
Stop sites from tracking the links you visit through hyperlink auditing
Stars: ✭ 23 (-97.71%)
Mutual labels:  chrome-extension, firefox-extension
Browser Extension
SimpleLogin Chrome/ Firefox extension
Stars: ✭ 25 (-97.51%)
Mutual labels:  chrome-extension, firefox-extension
Toster Tools
Расширение для сайта toster.ru
Stars: ✭ 11 (-98.91%)
Mutual labels:  chrome-extension, firefox-extension

Toolkit for YNAB

Build Status Chat

Toolkit for YNAB is a browser extension that enhances your experience with the YNAB Web Application.

Motivation

YNAB have released an exciting new web version. Lots of power users of the older versions are asking for options that are easily implemented in a browser extension. Rather than ask the YNAB team to implement these features, let's just do it ourselves!

List of Features

You can find a full list of features here and also on the options page of the extension once you have installed it which is where you can configure these features to be on or off.

Installing

The Toolkit is available for Chrome and Firefox. The extension is built using Browser (Web) Extension APIs which means support for Edge should be imminent as well.

If you don't want to build the extension from the source yourself, you can get it for each browser at the following links:

Note: Since the extension is built with Web Extensions and that is not supported by Safari, the extension itself is not supported on Safari. When/if Safari decides to support Web Extensions we will do what we can to provide support for their browser.

Roadmap

Features under consideration and the general status of the project and roadmap is on our Trello Board. Feel free to vote and comment. To suggest a new feature, please submit an issue on GitHub. Once the feature has been added to the Trello board, you will be informed allowing you to vote and follow the Trello card for any updates.

Contributions

Contributions are greatly welcomed. If you want to contribute, it's best if you can let us know so we don't double up on effort. You can see what is being worked on and by whom on the roadmap. If you can't find what you want to build on the roadmap, feel free to put a note up on the github issues board to let the team know you're working on something new. When your code is ready, submit a pull request.

For documentation on how to build a feature, see the documentation.

Building the Code

This extension uses three main things in its build process:

  • ESLint: Checks the style of your code to make sure it matches our style guide as you build.
  • Babel: Transpiles ES2015 back to ES5 for browser support of newer JS syntax.
  • Webpack: Bundles entry points for all Web Extension pages (background, popup, options, content scripts) into single files and manages most of the build process.
  1. Clone the repository.

  2. Install Node.js (>= v8.12.0) and Yarn (>= v1.10.0).

    • On macOS both prerequisites can be setup using brew. Ensure command line developer tools (xcode-select --install) are also installed.
    • On Windows node and yarn can be installed via Chocolatey (choco) package manager.
  3. If on VS Code you can Run Task Setup to skip steps 4 & 5. Other Tasks to run are available in the Command Pallet.

  4. Run yarn install within the folder you cloned. This will install all the dependencies needed for the project.

  5. Run yarn build:development from within the folder you cloned which will build the Toolkit.

  • Whilst developing, you may prefer to run yarn watch which will monitor the project directory for changes and run yarn build:development automatically for you.
  1. Deploying the extension:

    • Chrome:

      • The built extension will be available in the dist/extension folder. Navigate to chrome://extensions and select the dist/extension folder as the folder that you would like to load.
      • turn on Developer mode
      • click on Load unpacked
    • Firefox:

      • Install web-ext

        $ yarn global add web-ext
        
      • Also, make sure PATH is set up. Something like this in ~/.bash_profile

        $ PATH=$PATH:$(yarn global bin)
        
      • Build and run in Firefox

        $ web-ext run --source-dir dist/extension/
        
      • You can also disable reloading like this:

         web-ext run --no-reload --source-dir dist/extension/
        

You may need to reload the Chrome plugin if it's been already installed. Visit chrome://extensions and click the reload icon

Development Methodology

ES2015? What's that?

We've decided that it's better to use the latest and greatest than to wait for browsers to support all the nice newer syntax landing in Javascript. If you have any concerns or questions don't hesitate to reach out to us in an issue and ask for an invite to our Slack so you can collaborate with the team.

Your ESLint style checker is annoying as heck! I don't code that way!

We have a large number of contributors who each bring their own style to the code base. It was getting a bit hard to navigate all the features, as they each had their own way of indenting, etc etc. We held a team vote to unify our styles, and decided to follow the AirBNB style guide. It's a pretty good way to go, so give it a shot before you get too upset about having to change your style.

How do I build a feature?

If you take a look at the src folder of the codebase, you'll find what seems like a lot going on but for the most part, the only directory you should be concerned with as a feature developer will be src/extension/features. Here, you will find more sub directories which represent each section of the YNAB application. You should select the folder which represents the section of the application you'd expect your feature to run and start building there.

For more documentation see the following:

New Framework Documentation

The new framework was built because the old one required you to include a lot of boilerplate code in every feature. The new one makes heavier use of ES6 features and allows us to remove the burden of boilerplate from new contributions.

The source code for this lives in the src/extension/features directory.

Important note about line feeds!!! You must ensure that your code editor is configured to use Unix style line feeds (LFs) or the build will fail. This will primarily affect contributors using Windows as the LFs are different on that platform.

Legal Stuff

IMPORTANT NOTE: This extension is not affiliated with YNAB in any way and YNAB has not endorsed this at all. You Need a Budget and YNAB are registered trademarks of Steine LLC and/or one of its subsidiaries.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].