Stopwatch
Stopwatch for all modern browsers
Stopwatchとは何ですか?
Stopwatchはhttps://stopwatch.topによって開発されたChromeの拡張機能で、その主な機能は「Stopwatch for all modern browsers」です。
拡張機能のスクリーンショット
Stopwatch拡張機能のCRXファイルをダウンロード
Stopwatch拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Online stopwatch for all modern browsers
拡張機能の基本情報
名前 | |
ID | mgjabaibgnjhnbkoeogbohnpgnfpfbna |
公式URL | https://chrome.google.com/webstore/detail/stopwatch/mgjabaibgnjhnbkoeogbohnpgnfpfbna |
説明 | Stopwatch for all modern browsers |
ファイルサイズ | 34.72 KB |
インストール数 | 324 |
現在のバージョン | 1.0.0.1 |
最終更新日 | 2018-01-05 |
公開日 | 2018-01-05 |
評価 | 5.00/5 合計 4 レビュー |
開発者 | https://stopwatch.top |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://stopwatch.top/ |
ヘルプページのURL | https://stopwatch.top/about.html |
プライバシーポリシーページのURL | https://stopwatch.top/privacy.html |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Stopwatch", "version": "1.0.0.1", "manifest_version": 2, "homepage_url": "https:\/\/stopwatch.top", "description": "Stopwatch for all modern browsers", "icons": { "16": "icon.png", "48": "icon-48.png", "128": "icon-128.png" }, "permissions": [ "tabs", "contextMenus" ], "offline_enabled": false, "browser_action": { "default_icon": "icon.png", "default_title": "Stopwatch" }, "incognito": "spanning", "background": { "scripts": [ "background.js" ], "persistent": false }, "options_page": "settings.html" } |