---
title : '구글을 떼어낸 크롬 브라우저 Ungoogled Chromium'
language : 'Korean'
blog : ✅ essensee.tistory.com, ✅ lynmp - essensee
---
구글을 떼어낸 크롬 브라우저 Ungoogled Chromium
===
언구글드 크로미움(Ungoogled Chromium) 브라우저는 구글이 오픈소스로 개발하고 있는 구글 크롬(Google Chrome) 브라우저에서 구글과 관련된 부분을 제거한 브라우저이다.
## Table of Contents
[TOC]
## 무엇이 좋은가
이래서 좋다.
## 설치하기
- https://github.com/Eloston/ungoogled-chromium
- https://ungoogled-software.github.io/ungoogled-chromium-binaries/
## brew 로 설치
brew 관련해서는 나중에 다룬다.
1. brew install eloston-chromium
2. 아웃데이트
3. 업그레이드
User story
---
```gherkin=
Feature: Guess the word
# The first example has two steps
Scenario: Maker starts a game
When the Maker starts a game
Then the Maker waits for a Breaker to join
# The second example has three steps
Scenario: Breaker joins a game
Given the Maker has started a game with the word "silky"
When the Breaker joins the Maker's game
Then the Breaker must guess a word with 5 characters
```
> I choose a lazy person to do a hard job. Because a lazy person will find an easy way to do it. [name=Bill Gates]
```gherkin=
Feature: Shopping Cart
As a Shopper
I want to put items in my shopping cart
Because I want to manage items before I check out
Scenario: User adds item to cart
Given I'm a logged-in User
When I go to the Item page
And I click "Add item to cart"
Then the quantity of items in my cart should go up
And my subtotal should increment
And the warehouse inventory should decrement
```
> Read more about Gherkin here: https://docs.cucumber.io/gherkin/reference/
## Appendix and FAQ
:::info
**Find this document incomplete?** Leave a comment!
:::
###### tags: `Draft` `Internet`