Giter Site home page Giter Site logo

fem-cookies's Introduction

FEM Cookies/ ├── manifest.json # Extension's metadata and configuration ├── background.js # Background script for handling cookie fetching and Firestore interaction ├── popup/ # Folder for popup UI components (optional) │ ├── popup.html # HTML for the popup UI │ ├── popup.js # JavaScript for popup UI logic │ └── popup.css # CSS for styling the popup UI ├── content_scripts/ # Folder for content scripts (optional) │ └── content.js # JavaScript to be injected into web pages ├── icons/ # Folder for extension icons │ ├── icon16.png # 16x16 icon │ ├── icon48.png # 48x48 icon │ └── icon128.png # 128x128 icon (used in the Chrome Web Store) ├── .prettierrc # Configuration for Prettier code formatter ├── package.json # Node.js package configuration ├── package-lock.json # Auto-generated file for npm to keep track of package versions └── README.md # Markdown file with information about the extension │ Created by Muhammad Hany :)

fem-cookies's People

Contributors

dev-mhany 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.