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
Eメール [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
        }
    }
}