Timing - a Stopwatch
A simple and reliable stopwatch for your timing needs.
什麼是Timing - a Stopwatch?
Timing - a Stopwatch是由jamespark開發的Chrome擴展程式,該擴展的主要功能是“A simple and reliable stopwatch for your timing needs.”。
擴展截圖
下載Timing - a Stopwatch擴展crx文件
下載Timing - a Stopwatch擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Timing is a stopwatch, nothing more, nothing less.
擴展基本資訊
名稱 | |
ID | ipgihpibepibbbfddllapecomgododkg |
官方網址 | https://chrome.google.com/webstore/detail/timing-a-stopwatch/ipgihpibepibbbfddllapecomgododkg |
簡介 | A simple and reliable stopwatch for your timing needs. |
檔案大小 | 135 KB |
安裝次數 | 1,280 |
目前版本 | 1.0 |
更新時間 | 2018-08-28 |
上架時間 | 2018-08-28 |
評分 | 5.00/5 共 9 次評分 |
開發者 | jamespark |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Timing - a Stopwatch", "short_name": "Stopwatch", "version": "1.0", "description": "A simple and reliable stopwatch for your timing needs.", "author": "James Park", "permissions": [ "storage" ], "background": { "scripts": [ "background.js", "proxy.js" ], "persistent": false }, "icons": { "128": "Timing128.png" }, "browser_action": { "default_popup": "popup.html" }, "manifest_version": 2 } |