Power Search for Chrome
Optimized search results powered by Yahoo!
Power Search for Chromeคืออะไร?
Power Search for Chrome เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://searchinchrome.com และคุณลักษณะหลักของมันคือ "Optimized search results powered by Yahoo!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Power Search for Chrome
ดาวน์โหลดไฟล์ส่วนขยาย Power Search for Chrome ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Search for change—support Black Lives Matter (BLM) social justice causes by adding and using Power Search for Chrome. Power Search for Chrome is a Yahoo-powered default search extension that offers web, image, video, and shopping results. If you were directed here by a partner organization, Power Search for Chrome will share 10% of its ongoing revenue with that organization. For users not referred by a partner organization, 10% of ongoing revenue will be distributed among these BLM social justice organizations: http://www.blmsearch.org/causes To join us as a partner organization, visit http://www.blmsearch.org/partner Thanks for using Power Search for Chrome! Permissions we request: Tabs (Browser History) - this allows for displaying our welcome page upon installation and also for opening the links in our context menus in a new tab. declarativeNetRequestWithHostAccess - this gives us permission to check for search requests to searchinchrome.com and append required url parameters. *://*.searchinchrome.com/* - this permission allows us to access and send messages to our website. storage - this permission allows us to store necessary preferences in order for our extension to function properly. contextmenus - this permission allows us to add a menu where the user has quick links for our EULA, Privacy Policy, and to give feedback on our extension. alarms - this permission allows us to some scheduled tasks in order for our extension to function properly.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Power Search for Chrome |
ID | jhnhhbbkpcemehnimghkpmpdameaandj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/power-search-for-chrome/jhnhhbbkpcemehnimghkpmpdameaandj |
คำอธิบาย | Optimized search results powered by Yahoo! |
ขนาดไฟล์ | 263 KB |
จำนวนการติดตั้ง | 20,000 |
เวอร์ชันปัจจุบัน | 1.1.2 |
อัปเดตครั้งล่าสุด | 2022-12-12 |
วันที่เผยแพร่ | 2020-06-11 |
คะแนน | 4.89/5 รวมทั้งหมด 18 คะแนน |
ผู้พัฒนา | https://searchinchrome.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://www.searchinchrome.com |
URL หน้าช่วยเหลือ | http://www.searchinchrome.com/support |
URL หน้านโยบายความเป็นส่วนตัว | https://www.searchinchrome.com/privacy-policy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "1.1.2", "manifest_version": 3, "description": "__MSG_appDesc__", "homepage_url": "https:\/\/www.searchinchrome.com", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "service_worker": "js\/background.js" }, "action": { "default_icon": { "19": "icons\/icon19.png", "38": "icons\/icon38.png" }, "default_title": "Power Search for Chrome", "default_popup": "html\/popup.html" }, "permissions": [ "alarms", "contextMenus", "tabs", "storage", "declarativeNetRequestWithHostAccess" ], "host_permissions": [ "*:\/\/*.searchinchrome.com\/*" ], "content_scripts": [ { "matches": [ "http:\/\/*.searchinchrome.com\/*", "https:\/\/*.searchinchrome.com\/*" ], "js": [ "js\/jquery.js", "js\/utils.js", "js\/constants.js", "js\/attribution.js", "js\/powersearch.js" ], "all_frames": true } ], "chrome_settings_overrides": { "search_provider": { "name": "SearchInChrome", "keyword": "searchinchrome.com", "favicon_url": "https:\/\/searchinchrome.com\/images\/favicon.ico", "search_url": "https:\/\/searchinchrome.com\/search?q={searchTerms}&aid=59&sb=1", "suggest_url": "https:\/\/searchinchrome.com\/ss?q={searchTerms}", "image_url": "https:\/\/searchinchrome.com\/search?q={searchTerms}&tbm=isch&aid=59", "encoding": "UTF-8", "is_default": true } } } |