Timer: the Simple Timer
A simple,minimalist 25 minutes timer.
什麼是Timer: the Simple Timer?
Timer: the Simple Timer是由valya.situation開發的Chrome擴展程式,該擴展的主要功能是“A simple,minimalist 25 minutes timer.”。
擴展截圖
下載Timer: the Simple Timer擴展crx文件
下載Timer: the Simple Timer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
One click starts the 25 minute timer. With constant monitoring of the remaining time. When time runs out, it alerts. 擴展基本資訊
| 名稱 | |
| ID | pbncilcogkcfjdfbdaikpofojdcfgplo |
| 官方網址 | https://chrome.google.com/webstore/detail/timer-the-simple-timer/pbncilcogkcfjdfbdaikpofojdcfgplo |
| 簡介 | A simple,minimalist 25 minutes timer. |
| 檔案大小 | 100 KB |
| 安裝次數 | 53 |
| 目前版本 | 1.8 |
| 更新時間 | 2019-08-03 |
| 上架時間 | 2019-08-03 |
| 評分 | 5.00/5 共 1 次評分 |
| 開發者 | valya.situation |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | de,en,fr,es,it,pl,ru,zh-CN,zh-TW,ja,ko |
| manifest.json | |
{
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_icon": "Timer.png",
"default_title": "Timer"
},
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"default_locale": "en",
"description": "__MSG_extDesc__",
"icons": {
"128": "Timer_128.png",
"16": "Timer_16.png"
},
"manifest_version": 2,
"name": "__MSG_extName__",
"offline_enabled": true,
"omnibox": {
"keyword": "Timer"
},
"options_ui": {
"chrome_style": true,
"open_in_tab": false,
"page": "options.html"
},
"permissions": [
"notifications",
"storage"
],
"short_name": "Timer",
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "1.8"
} | |