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 |
| 公式URL | 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
} | |