Open in SpyFu
Open the current tab in SpyFu by Jeffrey Nichols
Qu'est-ce que Open in SpyFu ?
Open in SpyFu est une extension Chrome développée par https://www.jeffreyanichols.com, et sa fonction principale est "Open the current tab in SpyFu by Jeffrey Nichols".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Open in SpyFu
Téléchargez les fichiers d'extension Open in SpyFu au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Open in SpyFu |
ID | kinakejknkolmphmemahohadokadjcil |
URL Officiel | https://chromewebstore.google.com/detail/open-in-spyfu/kinakejknkolmphmemahohadokadjcil |
Description | Open the current tab in SpyFu by Jeffrey Nichols |
Taille du Fichier | 25.02 KB |
Nombre d'Installations | 5,148 |
Version Actuelle | 2.1 |
Dernière Mise à Jour | 2013-01-03 |
Date de Publication | 2013-01-03 |
Évaluation | 4.56/5 Total 9 Évaluations |
Développeur | https://www.jeffreyanichols.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://jeffreyanichols.com |
URL de la Page d'Aide | http://jeffreyanichols.com/contact.php |
Langues Prises en Charge | 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'" } |