Wonder Quick Access
Quick access to Wonder when you need it most
Wonder Quick Access là gì?
Wonder Quick Access là một tiện ích mở rộng Chrome được phát triển bởi https://askwonder.com, và tính năng chính của nó là "Quick access to Wonder when you need it most".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Wonder Quick Access
Tải xuống các tệp mở rộng Wonder Quick Access dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Wonder Quick Access |
ID | iihmnilplhfnmecpomjmmpfddlfcfhjc |
URL Chính Thức | https://chromewebstore.google.com/detail/wonder-quick-access/iihmnilplhfnmecpomjmmpfddlfcfhjc |
Mô tả | Quick access to Wonder when you need it most |
Kích Thước Tệp | 21.23 KB |
Số Lần Cài Đặt | 17 |
Phiên Bản Hiện Tại | 0.9.1.2 |
Cập Nhật Lần Cuối | 2016-05-31 |
Ngày Phát Hành | 2016-05-31 |
Nhà Phát Triển | https://askwonder.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://askwonder.com |
URL Trang Chính Sách Bảo Mật | https://askwonder.com/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } |