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ファイルをダウンロード
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 |
Eメール | [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\/*" ] } |