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. 扩展基本信息
| 名称 | |
| 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"
]
}
} | |