Open in SpyFu

Open the current tab in SpyFu by Jeffrey Nichols

ما هو Open in SpyFu؟

Open in SpyFu هو إضافة Chrome تم تطويرها بواسطة https://www.jeffreyanichols.com، والميزة الرئيسية لها هي "Open the current tab in SpyFu by Jeffrey Nichols".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Open in SpyFu

قم بتنزيل ملفات الامتداد Open in SpyFu بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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 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
عنوان صفحة المساعدة 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'"
}