Spectator

This extension is part of Spectator's agent.

Spectatorとは何ですか?

Spectatorはhttps://thespectator.coによって開発されたChromeの拡張機能で、その主な機能は「This extension is part of Spectator's agent.」です。

Spectator拡張機能のCRXファイルをダウンロード

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"
        ]
    }
}