WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Floating Timer

Floating Timer

View on Chrome Web Store
View Floating Timer Chrome Extension on Chrome Web Store
Add to bookmarks
3.2 (5 ratings)
1 new ratings
24 views
This extension has been viewed 24 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

A draggable floating timer for your browser
Type
Extension
Users
1,000 users
12
zev
View author page of zev
Published
Published on January 6, 2025
Version 1.0
Manifest version
3
Updated
Updated on January 6, 2025
productivity/tools
Extension Category
View on Chrome Web Store
View Floating Timer Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Floating Timer",
    "version": "1.0",
    "description": "A draggable floating timer for your browser",
    "permissions": [
        "scripting",
        "tabs"
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*.css",
                "*.js"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    }
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top