Skip to content

Commit

Permalink
Release 1.0
Browse files Browse the repository at this point in the history
Signed-off-by: fosterushka <man1080@yandex.ru>
  • Loading branch information
fosterushka committed Dec 16, 2024
1 parent d7aee92 commit e7cc73b
Show file tree
Hide file tree
Showing 10 changed files with 406 additions and 151 deletions.
Binary file added .DS_Store
Binary file not shown.
27 changes: 12 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,24 @@
# Price Converter - Chrome Extension 🌐💰
# PricyMorph 🔄🌍

⚙️ **Work In Progress** ⚠️ Still has a lot of bugs.
#### 🔥 A powerful Chrome Extension that lets you convert currencies effortlessly on any website! Simply select an element in the DOM, and it does the rest. 🌍💱

ℹ️ **For reduced RAM usage, the extension will only work when you click on it once.**

🔥 A Google Chrome Extension that helps you convert currency on any website !

| 🎥 Demo | 📋 Concept Menu |
|-------|---------|
| ![Concept Menu](assets/img/Menu.jpg) | ![Demo](assets/img/demo.jpg) |
![Demo](assets/img/demo.gif)

## 📢 Notice
### <span style="color:red">🐞 Found a bug? <br> Please open an issue! Your help is greatly appreciated! 🙏🔧</span>

### [Download](https://github.com/AydievMansur/price_parse_chrome/archive/master.zip) ⚡️ **WIP**

##### 🚀 ROADMAP!
##### 🚀 Features:

- Easy & friendly UI
- A multi site selector support
- Any chrome based browser support
- No metric collection
- Open source
- Regular updates
- Lifetime free

- 👌 Friendly UI
- 🔓 Open API (as a free service for website integration)
- ~~MultiSite Support~~
- ~~Chrome Integration~~
- Deploy to Chrome Store

🙌 You can also:

Expand Down
Binary file added assets/.DS_Store
Binary file not shown.
Binary file removed assets/img/Menu.jpg
Binary file not shown.
Binary file added assets/img/demo.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/img/demo.jpg
Binary file not shown.
2 changes: 0 additions & 2 deletions assets/js/app.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
console.warn('CurrencyConverter by @fosterushka 2019-2025');

class DOMCurrencyConverter {
constructor() {
this.rates = null;
Expand Down
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"manifest_version": 3,
"name": "Currency Converter",
"name": "PricyMorph",
"description": "Automatically convert currencies on any webpage",
"version": "1.0.0",
"icons": {
"128": "assets/img/Menu.jpg"
"128": "assets/img/demo.gif"
},
"action": {
"default_popup": "popup.html"
Expand Down
Loading

0 comments on commit e7cc73b

Please sign in to comment.