Paw Fetch Search
Every search helps save animals in shelters
Paw Fetch Searchคืออะไร?
Paw Fetch Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://pawfetch.org และคุณลักษณะหลักของมันคือ "Every search helps save animals in shelters"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Paw Fetch Search
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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 } } } |