Stopwatch

Stopwatch for all modern browsers

What is Stopwatch?

Stopwatch is a Chrome extension developed by https://stopwatch.top, and its main feature is "Stopwatch for all modern browsers".

Extension Screenshots

screenshot
screenshot

Download Stopwatch Extension CRX File

Download Stopwatch 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

                        Online stopwatch for all modern browsers                    

Extension Basic Information

Name Stopwatch Stopwatch
ID mgjabaibgnjhnbkoeogbohnpgnfpfbna
Official URL https://chrome.google.com/webstore/detail/stopwatch/mgjabaibgnjhnbkoeogbohnpgnfpfbna
Description Stopwatch for all modern browsers
File Size 34.72 KB
Installation Count 324
Current Version 1.0.0.1
Last Updated 2018-01-05
Publish Date 2018-01-05
Rating 5.00/5 Total 4 Ratings
Developer https://stopwatch.top
Email [email protected]
Payment Type free
Extension Website https://stopwatch.top/
Help Page URL https://stopwatch.top/about.html
Privacy Policy Page URL https://stopwatch.top/privacy.html
Supported Languages 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"
}