godruoyi / easyog

An open-source tool for checking OG styles of any website & localhost

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


An open-source tool for checking OG styles of any website


Description

Easygoing is a browser extension that can display the OpenGraph style of any website, including localhost. Currently, it only supports displaying Twitter's OpenGraph style.

Demo

easyog.mp4

Features

  • 🌰 Click once to display the OG style of any website
  • 🐜 Base On wxt
  • 🐊 Integrated Tailwind CSS and React

Installation

Install Manually

  1. Download readog-chrome-extension-{version}.zip from Latest Release
  2. Unzip it
  3. Open the Extension page of Chrome & Arc browsers
  4. Enable Developer mode and click Load unpacked button to import Readog
  5. Configure the service provider you want to save data(tg, bookmark, bear, etc.)
  6. Enjoy.

Install from source code

  1. Clone the repository
  2. Install dependencies: npm install
  3. Build the extension: npm build
  4. Open Chrome Developer Tools and load the extension from the output directory

Development

  1. Clone the repository
  2. Install dependencies: npm install
  3. Run the development server: npm dev
  4. Open Chrome Developer Tools and load the extension from the output/{chrome} directory
  5. Make changes to the code and the extension will be reloaded automatically

License

MIT

About

An open-source tool for checking OG styles of any website & localhost


Languages

Language:TypeScript 84.9%Language:JavaScript 14.8%Language:CSS 0.3%