Paw Fetch Search

Every search helps save animals in shelters

Paw Fetch Search란 무엇입니까?

Paw Fetch Search은(는) https://pawfetch.org에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Every search helps save animals in shelters"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        The Paw Fetch extension replaces the search engine and new tab page in your browser and allows you to help pets every day with every search.

Paw Fetch donates the revenue it receives to no kill animal shelters for the benefit of animals in shelters. Every search helps keep animals in shelters so that they may be rehomed.                    

확장 프로그램 기본 정보

이름 Paw Fetch Search Paw Fetch Search
ID ebimeabimmicknhjjocgcncnmfappaec
공식 URL https://chromewebstore.google.com/detail/paw-fetch-search/ebimeabimmicknhjjocgcncnmfappaec
설명 Every search helps save animals in shelters
파일 크기 85.79 KB
설치 횟수 41
현재 버전 1.79
최근 업데이트 2021-06-19
출시 날짜 2021-05-27
평점 4.67/5 총 3 개의 평점
개발자 https://pawfetch.org
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.pawfetch.org
도움말 페이지 URL https://www.pawfetch.org
개인정보 보호 정책 페이지 URL https://www.pawfetch.org/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_manifest_name__",
    "version": "1.79",
    "description": "__MSG_manifest_description__",
    "manifest_version": 2,
    "default_locale": "en",
    "homepage_url": "https:\/\/www.pawfetch.org\/",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "*:\/\/*.pawfetch.org\/*",
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "backgroundEvents.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "assets\/logo_xxsmall.png",
        "48": "assets\/logo_small.png",
        "128": "assets\/logo_large.png"
    },
    "browser_action": {
        "default_title": "__MSG_manifest_title__",
        "default_icon": "assets\/logo_xsmall.png"
    },
    "web_accessible_resources": [
        "assets\/logo_xsmall.png",
        "assets\/logo_medium.png"
    ],
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "Paw Fetch",
            "keyword": "pawfetch",
            "favicon_url": "https:\/\/pawfetch.org\/favicon.ico",
            "search_url": "https:\/\/www.pawfetch.org\/?ext=chrome&q={searchTerms}",
            "suggest_url": "https:\/\/ac.pawfetch.org\/auto\/?q={searchTerms}&format=raw&locale=__MSG_@@ui_locale__",
            "encoding": "UTF-8",
            "is_default": true
        }
    }
}