Spectator

This extension is part of Spectator's agent.

Spectatorคืออะไร?

Spectator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://thespectator.co และคุณลักษณะหลักของมันคือ "This extension is part of Spectator's agent."

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Spectator

ดาวน์โหลดไฟล์ส่วนขยาย Spectator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This is part of spectator agent. It is used to get url of active tab in Google chrome.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Spectator Spectator
ID paldmnhfkdoiebibdoolljakhljmhdpc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/spectator/paldmnhfkdoiebibdoolljakhljmhdpc
คำอธิบาย This extension is part of Spectator's agent.
ขนาดไฟล์ 3.62 KB
จำนวนการติดตั้ง 45
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2015-02-07
วันที่เผยแพร่ 2015-02-07
คะแนน 3.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://thespectator.co
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Spectator",
    "description": "This extension is part of Spectator's agent.",
    "version": "1.2",
    "permissions": [
        "tabs",
        "activeTab"
    ],
    "background": {
        "scripts": [
            "spectator.js"
        ]
    }
}