Vegee Search

Search engine that helps protect animals!

Vegee Search란 무엇입니까?

Vegee Search은(는) https://www.vegee.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Search engine that helps protect animals!"입니다.

확장 프로그램 스크린샷

screenshot

Vegee Search 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        1. Settings

On website vegee.net, you can easily choose Google, Bing or Yahoo search engine with one click. Subsequently, the search engine of your choice will be used everywhere in the browser.

---------------------

2. How it work?

Every time you search for something through our search engine, a substantial portion of our advertising revenue goes to supporting animals.

On website vegee.net, we will regularly update the specific projects for which the funds will be used. As soon as the first issues are available, we will publish them immediately.

The money will be used primarily to support shelters for dogs, cats and other animals but also to develop other software to support veganism in general.

---------------------

3. Why use our search engine?

- You can help the animals without having to pay anything at all.

- With our Chrome extension, you automatically help with every search on new tab.

- Of course, you can choose from the most famous search engines Google, Yahoo and Bing with one click.

- If you have any questions or want to get more involved, do not hesitate to contact by email [email protected]

---------------------

Thank you very much for using!                    

확장 프로그램 기본 정보

이름 Vegee Search Vegee Search
ID bejjonmdlaplijdebeapjgkmpbngjcpl
공식 URL https://chromewebstore.google.com/detail/vegee-search/bejjonmdlaplijdebeapjgkmpbngjcpl
설명 Search engine that helps protect animals!
파일 크기 17.57 KB
설치 횟수 30
현재 버전 1.1
최근 업데이트 2021-01-09
출시 날짜 2020-12-23
평점 5.00/5 총 4 개의 평점
개발자 https://www.vegee.net
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.vegee.net/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1",
    "manifest_version": 2,
    "name": "Vegee Search",
    "description": "Search engine that helps protect animals!",
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "icons": {
        "19": "img\/ico_19.png",
        "32": "img\/ico_32.png",
        "48": "img\/ico_48.png",
        "128": "img\/ico_128.png"
    },
    "chrome_settings_overrides": {
        "search_provider": {
            "encoding": "UTF-8",
            "favicon_url": "https:\/\/www.vegee.net\/img\/favicon.ico",
            "is_default": true,
            "keyword": "vegeesearch",
            "name": "VegeeSearch",
            "search_url": "https:\/\/www.vegee.net\/search?app=vsearch&q={searchTerms}"
        }
    }
}