Paw Fetch Search

Every search helps save animals in shelters

Paw Fetch Search là gì?

Paw Fetch Search là một tiện ích mở rộng Chrome được phát triển bởi https://pawfetch.org, và tính năng chính của nó là "Every search helps save animals in shelters".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Paw Fetch Search

Tải xuống các tệp mở rộng Paw Fetch Search dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Paw Fetch Search Paw Fetch Search
ID ebimeabimmicknhjjocgcncnmfappaec
URL Chính Thức https://chromewebstore.google.com/detail/paw-fetch-search/ebimeabimmicknhjjocgcncnmfappaec
Mô tả Every search helps save animals in shelters
Kích Thước Tệp 85.79 KB
Số Lần Cài Đặt 41
Phiên Bản Hiện Tại 1.79
Cập Nhật Lần Cuối 2021-06-19
Ngày Phát Hành 2021-05-27
Đánh Giá 4.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://pawfetch.org
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.pawfetch.org
URL Trang Trợ Giúp https://www.pawfetch.org
URL Trang Chính Sách Bảo Mật https://www.pawfetch.org/privacy
Ngôn Ngữ Được Hỗ Trợ 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
        }
    }
}