Open in SpyFu
Open the current tab in SpyFu by Jeffrey Nichols
什么是Open in SpyFu?
Open in SpyFu是由https://www.jeffreyanichols.com开发的Chrome扩展程序,该扩展的主要功能是“Open the current tab in SpyFu by Jeffrey Nichols”。
扩展截图
下载Open in SpyFu扩展crx文件
下载Open in SpyFu扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Open in SpyFu |
ID | kinakejknkolmphmemahohadokadjcil |
官方URL | https://chromewebstore.google.com/detail/open-in-spyfu/kinakejknkolmphmemahohadokadjcil |
简介 | Open the current tab in SpyFu by Jeffrey Nichols |
文件大小 | 25.02 KB |
安装次数 | 5,148 |
当前版本 | 2.1 |
更新时间 | 2013-01-03 |
上架时间 | 2013-01-03 |
评分 | 4.56/5 共9次评分 |
开发者 | https://www.jeffreyanichols.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://jeffreyanichols.com |
帮助页面URL | http://jeffreyanichols.com/contact.php |
支持的语言 | 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'" } |