Wonder Quick Access

Quick access to Wonder when you need it most

What is Wonder Quick Access?

Wonder Quick Access is a Chrome extension developed by https://askwonder.com, and its main feature is "Quick access to Wonder when you need it most".

Extension Screenshots

screenshot

Download Wonder Quick Access Extension CRX File

Download Wonder Quick Access extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Wonder Quick Access Wonder Quick Access
ID iihmnilplhfnmecpomjmmpfddlfcfhjc
Official URL https://chromewebstore.google.com/detail/wonder-quick-access/iihmnilplhfnmecpomjmmpfddlfcfhjc
Description Quick access to Wonder when you need it most
File Size 21.23 KB
Installation Count 17
Current Version 0.9.1.2
Last Updated 2016-05-31
Publish Date 2016-05-31
Developer https://askwonder.com
Email [email protected]
Payment Type free
Extension Website http://askwonder.com
Privacy Policy Page URL https://askwonder.com/privacy
Supported Languages 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\/*"
    ]
}