Wonder Quick Access
Quick access to Wonder when you need it most
Wonder Quick Access란 무엇입니까?
Wonder Quick Access은(는) https://askwonder.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Quick access to Wonder when you need it most"입니다.
확장 프로그램 스크린샷
Wonder Quick Access 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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\/*" ] } |