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”。
擴展截圖
下載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 |
ID | ebimeabimmicknhjjocgcncnmfappaec |
官方網址 | 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 } } } |