Ask Search for Chrome
Ask Search for Chrome offers convenient browsing tools.
Ask Search for Chromeคืออะไร?
Ask Search for Chrome เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://ext.ask.com และคุณลักษณะหลักของมันคือ "Ask Search for Chrome offers convenient browsing tools."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ask Search for Chrome
ดาวน์โหลดไฟล์ส่วนขยาย Ask Search for Chrome ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Search images, news, videos, maps, recipes and more with easy, safe, reliable search from Ask.com Answers you want. Content for days. What more could you Ask for? All that and more in a new Chrome window! By clicking the "Add To Chrome" and installing the Ask Search for Chrome extension, you agree to the End User License Agreement (https://eula.askapplications.com/eula/), the Privacy Policy (https://eula.askapplications.com/privacypolicy/) and to any additional terms set forth below. You further agree to receive any future updates and upgrades. For instructions on how to remove our extension, please visit https://support.askapplications.com/hc/en-us/articles/360024501074 For other support or to provide feedback, please visit us at https://support.askapplications.com/ Permissions Requested: "Read and change your data on a number of websites" For our product to work, we require access to the websites we own and manage. "Read your browsing history" This allows us to tailor product specific content or offers towards relevant information. "Display Notifications" This allows us the option to send you updates or additional product offers once you've already enjoyed the free product.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Ask Search for Chrome |
ID | okmdknhejjiichkcppoppdaknekjekoa |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/ask-search-for-chrome/okmdknhejjiichkcppoppdaknekjekoa |
คำอธิบาย | Ask Search for Chrome offers convenient browsing tools. |
ขนาดไฟล์ | 59.42 KB |
จำนวนการติดตั้ง | 320,069 |
เวอร์ชันปัจจุบัน | 50.205.19.64359 |
อัปเดตครั้งล่าสุด | 2021-11-02 |
วันที่เผยแพร่ | 2021-04-26 |
คะแนน | 4.18/5 รวมทั้งหมด 44 คะแนน |
ผู้พัฒนา | https://ext.ask.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้าช่วยเหลือ | https://support.askapplications.com/ |
URL หน้านโยบายความเป็นส่วนตัว | https://eula.askapplications.com/privacypolicy |
ภาษาที่รองรับ | de,en,fr,nl,es,es-419,it,pt-BR,pt-PT,ar,ja,ko |
manifest.json | |
{ "action": { "browser_style": true, "default_icon": { "19": "icons\/icon19on.png" }, "default_title": "" }, "background": { "service_worker": "rootServiceWorker.js" }, "chrome_settings_overrides": { "search_provider": { "encoding": "UTF-8", "favicon_url": "http:\/\/ak.imgfarm.com\/images\/vicinio\/232530392\/16x16_1471446408681.ico", "is_default": true, "keyword": "askwebs", "name": "Ask Web Search", "search_url": "https:\/\/search.tb.ask.com\/search\/GGmain.jhtml?searchfor={searchTerms}&enableSearch=true&rdrct=no&redirect=CPC", "suggest_url": "https:\/\/ss.search.ask.com\/ss?li=ff&sstype=prefix&limit=10&hl=en&q={searchTerms}&enableSearch=true&rdrct=no" } }, "content_scripts": [ { "all_frames": true, "js": [ "\/js\/logger.js", "\/js\/util.js", "\/js\/stateStorage.js", "\/js\/localStorageContentScript.js" ], "matches": [ "https:\/\/ext.dl.tb.ask.com\/blank.jhtml" ], "run_at": "document_end" }, { "css": [ "\/styles\/styles.css" ], "js": [ "\/js\/logger.js", "\/js\/stateStorage.js", "\/js\/extensionDetect.js" ], "matches": [ "*:\/\/*.ask.com\/*" ], "run_at": "document_start" } ], "default_locale": "en", "description": "__MSG_marketingDescription__", "homepage_url": "https:\/\/hp.tb.ask.com\/tbask\/index.html?st=rc&tpr=omni&p2=&ptb=&n=&si=&enableSearch=true&rdrct=no", "host_permissions": [ "*:\/\/*.ask.com\/*", "*:\/\/search.tb.ask.com\/*" ], "icons": { "128": "icons\/icon128.png", "16": "icons\/icon16.png", "19": "icons\/icon19on.png", "48": "icons\/icon48.png" }, "manifest_version": 3, "name": "__MSG_productName__", "permissions": [ "alarms", "tabs", "storage", "webNavigation", "notifications", "scripting", "cookies" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "50.205.19.64359", "web_accessible_resources": [] } |