Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
emrecoban committed Apr 5, 2023
1 parent ead8f73 commit 29f39e4
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 5 deletions.
35 changes: 31 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<h1 align="center"><img src="src/img/icon128.png" height="80" align="center" /><br />e-Devlet Favoriler</h1>

<a href="https://chrome.google.com/webstore/detail/e-devlet-favoriler/majkbfhcfdmnoaondmphcobeenmohike" target="_blank"><img src="github_assets/chrome_badge.png" height="80" align="right" /></a>

Bu Chrome eklentisi, [turkiye.gov.tr](https://turkiye.gov.tr)'de kullanıcıların favori işlemlerini arama kutusunun altında listelemektedir.

## Problem Tanımı
Expand All @@ -26,7 +28,7 @@ e-Devlet Favoriler ("e-Government Favorites"), aims to save time for users of th

## Kurulum
**Google Chrome** ya da **Brave** için:
1. Go to [Google Chrome Web Store](#)
1. [Google Chrome Web Store](https://chrome.google.com/webstore/detail/e-devlet-favoriler/majkbfhcfdmnoaondmphcobeenmohike)'den tarayıcınıza ekleyin.

VEYA

Expand All @@ -36,19 +38,44 @@ VEYA
4. Geliştirici modunu aktif edin.
5. Klasörü sürükleyin ve bırakın veya "load unpacked" düğmesine tıklayın.

## Dizin Yapısı
```bash
├── src
│ ├── img
│ ├── content
│ │ ├── content.css
│ │ └── content.jsx
│ ├── popup
│ │ ├── app.css
│ │ └── App.jsx
│ └── main.jsx
├── index.html
├── manifest.json
├── package.json
├── README.md
└── vite.config.js
```

## Katkıda Bulunma
Hata raporları, özellik talepleri ve pull request'ler memnuniyetle karşılanmaktadır. Bu proje, işbirliği için güvenli ve hoşgörülü bir ortam olmayı amaçlamaktadır ve katkıda bulunanların, [Katılımcı Anlaşması](https://www.contributor-covenant.org/)'nın davranış kurallarına uyması beklenmektedir.

## Teknolojiler
- JavaScript
- React
- Vite
- CRXJS
- cheerio

## Destek
- GitHub'da bana sponsor ol.
- Bu repo'ya yıldız ver.
- [Google Chrome Web Store](#) üzerinden bir değerlendirme bırak.
- [Google Chrome Web Store](https://chrome.google.com/webstore/detail/e-devlet-favoriler/majkbfhcfdmnoaondmphcobeenmohike) üzerinden bir değerlendirme bırak.
- Beni Twitter'dan ya da GitHub'dan takip et: [@emreshepherd](https://twitter.com/emreshepherd) - [@emrecoban](https://github.com/emrecoban).
- Bana kahve ısmarla: https://www.buymeacoffee.com/emrecoban

## Referanslar
- CRXJS
- cheerio
- [CRXJS - Get Started with React](https://crxjs.dev/vite-plugin/getting-started/react/create-project)
- [cheerio](https://cheerio.js.org/docs/intro)

## Sürüm Günlükleri
- **[v1.0](https://github.com/emrecoban/e-devlet-fav/releases/tag/v1.0):** İlk sürüm yayınlandı!
Expand Down
Binary file added github_assets/chrome_badge.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/src/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>E-Devlet Favoriler</title>
<title>e-Devlet Favoriler</title>
</head>
<body>
<div id="root"></div>
Expand Down

0 comments on commit 29f39e4

Please sign in to comment.