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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย 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 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'"
}