flip-time

minimalist flip clock displays time on each new tab

What is flip-time?

flip-time is a Chrome extension developed by coloradocolby, and its main feature is "minimalist flip clock displays time on each new tab".

Extension Screenshots

screenshot

Download flip-time Extension CRX File

Download flip-time 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

                        flip-time delivers a sleek clock in both light/dark mode to help users know the time and date on each new tab                    

Extension Basic Information

Name flip-time flip-time
ID apbapccfgemhlnbckbjjdbkpbkllbbib
Official URL https://chromewebstore.google.com/detail/flip-time/apbapccfgemhlnbckbjjdbkpbkllbbib
Description minimalist flip clock displays time on each new tab
File Size 1.28 MB
Installation Count 5,500
Current Version 1.4.0
Last Updated 2021-12-29
Publish Date 2019-06-04
Rating 4.29/5 Total 14 Ratings
Developer coloradocolby
Email [email protected]
Payment Type free
Extension Website https://github.com/coloradocolby/flip-time
Help Page URL https://github.com/coloradocolby/flip-time/issues
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "flip-time",
    "description": "minimalist flip clock displays time on each new tab",
    "version": "1.4.0",
    "icons": {
        "128": "img\/icon128.png"
    },
    "action": {
        "default_icon": "img\/icon.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "storage"
    ]
}