Wonder Quick Access
Quick access to Wonder when you need it most
Wonder Quick Accessคืออะไร?
Wonder Quick Access เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://askwonder.com และคุณลักษณะหลักของมันคือ "Quick access to Wonder when you need it most"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Wonder Quick Access
ดาวน์โหลดไฟล์ส่วนขยาย Wonder Quick Access ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Wonder saves you time researching for pitches and projects, so you can focus on the higher impact thinking that really matters. How it works: tell us what you need to know. Our network of research experts do the digging and return a detailed write-up and resources within 24 hours. Wonder's handy chrome extension adds a quick-access button for you to leverage when needed.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Wonder Quick Access |
ID | iihmnilplhfnmecpomjmmpfddlfcfhjc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/wonder-quick-access/iihmnilplhfnmecpomjmmpfddlfcfhjc |
คำอธิบาย | Quick access to Wonder when you need it most |
ขนาดไฟล์ | 21.23 KB |
จำนวนการติดตั้ง | 17 |
เวอร์ชันปัจจุบัน | 0.9.1.2 |
อัปเดตครั้งล่าสุด | 2016-05-31 |
วันที่เผยแพร่ | 2016-05-31 |
ผู้พัฒนา | https://askwonder.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://askwonder.com |
URL หน้านโยบายความเป็นส่วนตัว | https://askwonder.com/privacy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Wonder Quick Access", "author": "Michael Kohen", "version": "0.9.1.2", "manifest_version": 2, "description": "Quick access to Wonder when you need it most", "homepage_url": "http:\/\/askwonder.com", "background": { "scripts": [ "background.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "*:\/\/*.www.google.com\/*" ], "exclude_matches": [ "*:\/\/*.www.google.com\/maps*" ], "js": [ "inject.js" ], "css": [ "askwonder.css" ] } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_title": "Ask Wonder", "default_icon": "logo.png" }, "permissions": [ "*:\/\/*.google.com\/*" ] } |