Age Watch
Age Watch — Watch your age!
什麼是Age Watch?
Age Watch是由https://siamak.us開發的Chrome擴展程式,該擴展的主要功能是“Age Watch — Watch your age!”。
擴展截圖
下載Age Watch擴展crx文件
下載Age Watch擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Age Watch — Watch your age! 擴展基本資訊
| 名稱 | |
| ID | oakoijppjjmfigphnogkbmecfjhpoogj |
| 官方網址 | https://chromewebstore.google.com/detail/age-watch/oakoijppjjmfigphnogkbmecfjhpoogj |
| 簡介 | Age Watch — Watch your age! |
| 檔案大小 | 336 KB |
| 安裝次數 | 187 |
| 目前版本 | 1.0 |
| 更新時間 | 2019-03-27 |
| 上架時間 | 2019-03-27 |
| 評分 | 3.40/5 共 5 次評分 |
| 開發者 | https://siamak.us |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"chrome_url_overrides": {
"newtab": ".\/dist\/index.html"
},
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"description": "Age Watch \u2014 Watch your age!",
"icons": {
"128": ".\/icons\/128.png",
"16": ".\/icons\/16.png",
"48": ".\/icons\/48.png"
},
"browser_action": {
"default_icon": {
"16": ".\/icons\/16.png",
"24": ".\/icons\/24.png",
"32": ".\/icons\/32.png"
},
"default_title": "Age Watch"
},
"manifest_version": 2,
"name": "Age Watch",
"offline_enabled": true,
"version": "1.0"
} | |