Open in SpyFu
Open the current tab in SpyFu by Jeffrey Nichols
Wat is Open in SpyFu?
Open in SpyFu is een Chrome-extensie ontwikkeld door https://www.jeffreyanichols.com, en de belangrijkste functie is "Open the current tab in SpyFu by Jeffrey Nichols".
Extensie Screenshots
Download het CRX-bestand van de extensie Open in SpyFu
Download Open in SpyFu-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Open in SpyFu |
ID | kinakejknkolmphmemahohadokadjcil |
Officiële URL | https://chromewebstore.google.com/detail/open-in-spyfu/kinakejknkolmphmemahohadokadjcil |
Beschrijving | Open the current tab in SpyFu by Jeffrey Nichols |
Bestandsgrootte | 25.02 KB |
Aantal Installaties | 5,148 |
Huidige Versie | 2.1 |
Laatst Bijgewerkt | 2013-01-03 |
Publicatiedatum | 2013-01-03 |
Beoordeling | 4.56/5 Totaal 9 Beoordelingen |
Ontwikkelaar | https://www.jeffreyanichols.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://jeffreyanichols.com |
Help Pagina-URL | http://jeffreyanichols.com/contact.php |
Ondersteunde Talen | 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'" } |