Open in SpyFu
Open the current tab in SpyFu by Jeffrey Nichols
Hvad er Open in SpyFu?
Open in SpyFu er en Chrome-udvidelse udviklet af https://www.jeffreyanichols.com, og dens hovedfunktion er "Open the current tab in SpyFu by Jeffrey Nichols".
Udvidelsesskærmbilleder
Download Open in SpyFu-udvidelses-CRX-fil
Download Open in SpyFu-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | kinakejknkolmphmemahohadokadjcil |
| Officiel URL | https://chromewebstore.google.com/detail/open-in-spyfu/kinakejknkolmphmemahohadokadjcil |
| Beskrivelse | Open the current tab in SpyFu by Jeffrey Nichols |
| Filstørrelse | 25.02 KB |
| Antal Installationer | 5,148 |
| Nuværende Version | 2.1 |
| Senest Opdateret | 2013-01-03 |
| Udgivelsesdato | 2013-01-03 |
| Bedømmelse | 4.56/5 Samlet 9 Bedømmelser |
| Udvikler | https://www.jeffreyanichols.com |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | http://jeffreyanichols.com |
| Hjælpeside-URL | http://jeffreyanichols.com/contact.php |
| Understøttede Sprog | 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'"
} | |