Giter Club home page Giter Club logo

arancina-is-the-way's Introduction

๐Ÿ˜ Arancina is the only way ๐Ÿ˜

Coverage Status

This Chrome extension was born after a crazy night. I'm a developer from Palermo, Sicily and in my land we protect with strong passion the word Arancina. Maybe there isn't really a reason to hate other inflections of this word but there is something inside me that hurts when I hear it crippled.

This pain also expanded while reading over time So if you are wondering why this extension exists, I think it is not for you This extension help all people that, like me, need to resolve this pain. Enjoy, install it and spread it with the hope that this word will be corrected all over the world!

๐Ÿข Architecture

Manifest.json

Manifest.json is the most important part of application configuration. This file contains the Chrome configuration. You can see more info here

Pages

Popup contains the React app code. Content contains all messages listeners. This file is the only that can communicate with and access the user DOM. Background controls the interaction events of users with Chrome tab and send messages to content.ts to trigger specific functionality.

Communication from pages

Each file doesn't know what the others do. All logics are connected to chrome.tabs.sendMessage. A message is an action that have an instruction for specific area. It is composed by a type(required) and a payload

๐ŸคŒ Using this extension

yarn build

Builds the extension for production to the build folder. It bundles React in production mode and optimizes the build for the best performance.

The build is minified and your extension is ready to be used in Developer mode or published to the Google Web Store!.

yarn test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

Load extension locally

  1. Open the Extension Management page by navigating to chrome://extensions.
  2. Enable Developer Mode by clicking the toggle switch next to Developer mode.
  3. Click the LOAD UNPACKED button and select the extension directory and select build folder generate to command build.

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.