Timer
This simple timer tells you when your time is up.
什麼是Timer?
Timer是由Kuba Szulaczkowski開發的Chrome擴展程式,該擴展的主要功能是“This simple timer tells you when your time is up.”。
擴展截圖
下載Timer擴展crx文件
下載Timer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Set it for up to 4 hours Pause or start the timer over Persistent desktop notification with looping sound Additional sounds are available as an in-app payment
擴展基本資訊
名稱 | Timer |
ID | hepmlgghomccjinhcnkkikjpgkjibglj |
官方網址 | https://chromewebstore.google.com/detail/timer/hepmlgghomccjinhcnkkikjpgkjibglj |
簡介 | This simple timer tells you when your time is up. |
檔案大小 | 522 KB |
安裝次數 | 164,548 |
目前版本 | 1.3.0.2 |
更新時間 | 2018-10-03 |
上架時間 | 2018-10-03 |
評分 | 4.20/5 共 498 次評分 |
開發者 | Kuba Szulaczkowski |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Timer", "version": "1.3.0.2", "manifest_version": 2, "description": "This simple timer tells you when your time is up.", "icons": { "16": "img\/16.png", "32": "img\/32.png", "48": "img\/48.png", "128": "img\/128.png" }, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "img\/clock.png", "default_popup": "popup.html" }, "minimum_chrome_version": "50", "offline_enabled": true, "permissions": [ "notifications", "storage" ], "web_accessible_resources": [ "img\/48.png" ] } |