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文件

下载Paw Fetch Search扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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
        }
    }
}