Timer
A chrome extension that allows you to set timer and alert
什麼是Timer?
Timer是由Thu Nguyen開發的Chrome擴展程式,該擴展的主要功能是“A chrome extension that allows you to set timer and alert”。
擴展截圖
下載Timer擴展crx文件
下載Timer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
A basic timer with sound and notifications. Can set time up to hours as 擴展基本資訊
| 名稱 | |
| ID | jeeccbgpjcoijhgboccheomodgnhaddi |
| 官方網址 | https://chromewebstore.google.com/detail/timer/jeeccbgpjcoijhgboccheomodgnhaddi |
| 簡介 | A chrome extension that allows you to set timer and alert |
| 檔案大小 | 297 KB |
| 安裝次數 | 422 |
| 目前版本 | 1.0.0 |
| 更新時間 | 2016-11-11 |
| 上架時間 | 2016-11-10 |
| 評分 | 4.25/5 共 4 次評分 |
| 開發者 | Thu Nguyen |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Timer",
"version": "1.0.0",
"description": "A chrome extension that allows you to set timer and alert",
"author": "ThuNguyen",
"browser_action": {
"default_icon": "icon.png",
"default_popup": "index.html",
"default_title": "Set!"
},
"background": {
"scripts": [
"background.js"
]
},
"permissions": [
"notifications"
]
} | |