Stopwatch
This extension gives yout the ability to start and stop a stopwatch within your browser, without leaving the active page.
Stopwatchとは何ですか?
Stopwatchはcodeware developmentによって開発されたChromeの拡張機能で、その主な機能は「This extension gives yout the ability to start and stop a stopwatch within your browser, without leaving the active page.」です。
拡張機能のスクリーンショット
Stopwatch拡張機能のCRXファイルをダウンロード
Stopwatch拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This stopwatch gives you the ability to count your time without leaving your active tab or window. It has build in persistence wich will still count even if you have to restart the browser or even your computer.
拡張機能の基本情報
名前 | Stopwatch |
ID | gajcbmkmmcacnlpaffppednahicmomfn |
公式URL | https://chromewebstore.google.com/detail/stopwatch/gajcbmkmmcacnlpaffppednahicmomfn |
説明 | This extension gives yout the ability to start and stop a stopwatch within your browser, without leaving the active page. |
ファイルサイズ | 72.87 KB |
インストール数 | 1,213 |
現在のバージョン | 1.0.0.1 |
最終更新日 | 2018-02-10 |
公開日 | 2018-02-10 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | codeware development |
Eメール | info@dripe.io |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Stopwatch", "description": "This extension gives yout the ability to start and stop a stopwatch within your browser, without leaving the active page.", "version": "1.0.0.1", "browser_action": { "default_icon": "watch.png", "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |