GithubHelp home page GithubHelp logo

secretariatv / chromeextension-dish Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 398 KB

My first chrome extension.

Home Page: https://dish-extension.netlify.app/full

License: Apache License 2.0

HTML 4.29% CSS 18.81% TypeScript 74.05% JavaScript 2.85%
css react typescript

chromeextension-dish's Introduction

My First Chrome Extension using React, TypeScript and Vanilla CSS.

App Description

This app is a tool that can be added to the Google Chrome web browser. Its main purpose is to provide information about different dishes and the art of cooking. It may include features like a list of recipes, pictures of dishes, or information about cooking techniques. The app is designed to help users explore and learn more about the world of gastronomy.

Available Scripts

In the project directory, you can run:

npm run build:extension

bundle the extension.

How to use

Go to extension developer mode and upload dist folder.

Code

I used manifest v3:

{
  "version": "1.0.0",
  "manifest_version": 3,
  "name": "Extension",
  "permissions": ["tabs"],
  "action": {
    "default_popup": "js/index.html",
    "default_title": "React Chrome Extension"
  },
  "content_security_policy_extention": "style-src 'self' https://unpkg.com"
}

chromeextension-dish's People

Contributors

secretariatv avatar

Stargazers

@chardso                (CTO hardware org) avatar

Watchers

 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.