Stopwatch Tab
Display stopwatches on tabs.
What is Stopwatch Tab?
Stopwatch Tab is a Chrome extension developed by suhirotaka, and its main feature is "Display stopwatches on tabs.".
Extension Screenshots
Download Stopwatch Tab Extension CRX File
Download Stopwatch Tab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Stopwatch Tab allows you to display stopwatches on tabs. Useful for time management! *** version history *** version 1.0.7 - added "Display hours" option version 1.0.0 - released Stopwatch Tab
Extension Basic Information
Name | Stopwatch Tab |
ID | kpgmkamkehfbeilamncpcaafbdfbjmmc |
Official URL | https://chromewebstore.google.com/detail/stopwatch-tab/kpgmkamkehfbeilamncpcaafbdfbjmmc |
Description | Display stopwatches on tabs. |
File Size | 33.94 KB |
Installation Count | 3,292 |
Current Version | 1.0.8 |
Last Updated | 2016-12-22 |
Publish Date | 2016-12-21 |
Rating | 4.17/5 Total 23 Ratings |
Developer | suhirotaka |
Payment Type | free |
Extension Website | https://github.com/suhirotaka/stopwatch-tab |
Supported Languages | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Stopwatch Tab", "version": "1.0.8", "default_locale": "en", "description": "__MSG_extDescription__", "icons": { "128": "icon_128.png", "72": "icon_72.png", "48": "icon_48.png", "32": "icon_32.png" }, "browser_action": { "default_title": "Stopwatch Tab", "default_icon": "icon_32.png", "default_popup": "popup.html" }, "background": { "page": "background.html" }, "options_page": "options.html", "permissions": [ "tabs", "*:\/\/*\/*", "storage" ] } |