Simple Stopwatch
Very simple, stupid stopwatch
什麼是Simple Stopwatch?
Simple Stopwatch是由https://rozbicki.me開發的Chrome擴展程式,該擴展的主要功能是“Very simple, stupid stopwatch”。
擴展截圖
下載Simple Stopwatch擴展crx文件
下載Simple Stopwatch擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
v1.0 Very simple stopwatch/alarm with predefined alarms (2, 3, 5, 10, 15, 20, 25, 30 minutes) Notes: - this is a proof of concept - please send your feature requests
擴展基本資訊
名稱 | Simple Stopwatch |
ID | cllcljeapohpjnhageklhknbhgpjfkkb |
官方網址 | https://chromewebstore.google.com/detail/simple-stopwatch/cllcljeapohpjnhageklhknbhgpjfkkb |
簡介 | Very simple, stupid stopwatch |
檔案大小 | 35 KB |
安裝次數 | 402 |
目前版本 | 1.0 |
更新時間 | 2017-04-17 |
上架時間 | 2017-04-17 |
評分 | 5.00/5 共 2 次評分 |
開發者 | https://rozbicki.me |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Simple Stopwatch", "description": "Very simple, stupid stopwatch", "version": "1.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "storage", "alarms", "notifications" ], "background": { "scripts": [ "js\/background.js" ], "persistent": false } } |