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 |
| 官方網址 | 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"
]
}
} | |