Paw Fetch Search

Every search helps save animals in shelters

Vad är Paw Fetch Search?

Paw Fetch Search är en Chrome-tillägg utvecklad av https://pawfetch.org, och dess huvudfunktion är "Every search helps save animals in shelters".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner Paw Fetch Search-förlängningens CRX-fil

Ladda ner Paw Fetch Search-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Paw Fetch Search Paw Fetch Search
ID ebimeabimmicknhjjocgcncnmfappaec
Officiell webbadress https://chromewebstore.google.com/detail/paw-fetch-search/ebimeabimmicknhjjocgcncnmfappaec
Beskrivning Every search helps save animals in shelters
Filstorlek 85.79 KB
Antal Installationer 41
Aktuell Version 1.79
Senast Uppdaterad 2021-06-19
Publiceringsdatum 2021-05-27
Betyg 4.67/5 Totalt 3 Betyg
Utvecklare https://pawfetch.org
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.pawfetch.org
Hjälpsida URL https://www.pawfetch.org
URL till Sekretesspolicy Sidan https://www.pawfetch.org/privacy
Stödda Språk 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
        }
    }
}