Watched
Keep track of episodes from your favorite TV shows.
什麼是Watched?
Watched是由Ayala Nakashima Barbosa開發的Chrome擴展程式,該擴展的主要功能是“Keep track of episodes from your favorite TV shows.”。
擴展截圖
下載Watched擴展crx文件
下載Watched擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
- Episode list, with each episode's name, airdate, and summary (if available)
- Progress bar for each TV series with how many episodes have been watched
- Schedule with upcoming and previously aired episodes
- Custom episode links so you can google, stream, or "whatever" an episode
- Chrome sync to keep information consistent across multiple devices
- No sign up needed :) 擴展基本資訊
| 名稱 | |
| ID | hdnfenemdaacjjgcjeifpdefnmlcogel |
| 官方網址 | https://chromewebstore.google.com/detail/watched/hdnfenemdaacjjgcjeifpdefnmlcogel |
| 簡介 | Keep track of episodes from your favorite TV shows. |
| 檔案大小 | 51.25 KB |
| 安裝次數 | 5,634 |
| 目前版本 | 1.2 |
| 更新時間 | 2017-08-12 |
| 上架時間 | 2017-08-12 |
| 評分 | 4.67/5 共 66 次評分 |
| 開發者 | Ayala Nakashima Barbosa |
| 付費類型 | free |
| 支援的語言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Watched",
"short_name": "Watched",
"description": "Keep track of episodes from your favorite TV shows.",
"version": "1.2",
"author": "Ayala Nakashima Barbosa",
"permissions": [
"storage"
],
"icons": {
"16": "icons\/tv16.png",
"48": "icons\/tv48.png",
"128": "icons\/tv128.png"
},
"browser_action": {
"default_icon": {
"19": "icons\/tv19.png",
"38": "icons\/tv38.png"
},
"default_popup": "popup.html",
"default_title": "Watched"
},
"options_page": "options.html",
"options_ui": {
"page": "options.html",
"chrome_style": true
}
} | |