Open in SpyFu

Open the current tab in SpyFu by Jeffrey Nichols

What is Open in SpyFu?

Open in SpyFu is a Chrome extension developed by https://www.jeffreyanichols.com, and its main feature is "Open the current tab in SpyFu by Jeffrey Nichols".

Extension Screenshots

screenshot

Download Open in SpyFu Extension CRX File

Download Open in SpyFu 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

                        Open in SpyFu adds a button to the address bar which when clicked opens a new tab and passes the current URL to SpyFu for quick and easy viewing of both organic & ppc keyword traffic statistics for the given website.

1/3/2013 UPDATE: Fixed the extension.                    

Extension Basic Information

Name Open in SpyFu Open in SpyFu
ID kinakejknkolmphmemahohadokadjcil
Official URL https://chromewebstore.google.com/detail/open-in-spyfu/kinakejknkolmphmemahohadokadjcil
Description Open the current tab in SpyFu by Jeffrey Nichols
File Size 25.02 KB
Installation Count 5,148
Current Version 2.1
Last Updated 2013-01-03
Publish Date 2013-01-03
Rating 4.56/5 Total 9 Ratings
Developer https://www.jeffreyanichols.com
Email [email protected]
Payment Type free
Extension Website http://jeffreyanichols.com
Help Page URL http://jeffreyanichols.com/contact.php
Supported Languages en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Open in SpyFu",
    "version": "2.1",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "spyfu.js"
        ]
    },
    "description": "Open the current tab in SpyFu by Jeffrey Nichols",
    "icons": {
        "128": "icon_128.png",
        "48": "icon_48.png"
    },
    "page_action": {
        "default_icon": {
            "19": "icon.png"
        },
        "default_title": "Open in SpyFu"
    },
    "permissions": [
        "tabs"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'"
}