Clock Badge

Show current time

What is Clock Badge?

Clock Badge is a Chrome extension developed by BH_Lin, and its main feature is "Show current time".

Extension Screenshots

screenshot

Download Clock Badge Extension CRX File

Download Clock Badge 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

                        User can install the chrome extension to show current time on chrome's action bar


About me:
http://studiobinghuan.blogspot.com?view=flipcard
or
http://bhtalk.blogspot.tw
or
https://plus.google.com/115152468555703598500                    

Extension Basic Information

Name Clock Badge Clock Badge
ID jpbionkbfklnabgmkhbdcmlopkimmpoi
Official URL https://chromewebstore.google.com/detail/clock-badge/jpbionkbfklnabgmkhbdcmlopkimmpoi
Description Show current time
File Size 190 KB
Installation Count 11
Current Version 1.0.1
Last Updated 2014-04-10
Publish Date 2014-04-09
Developer BH_Lin
Email [email protected]
Payment Type free
Supported Languages zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Clock Badge",
    "version": "1.0.1",
    "description": "Show current time",
    "icons": {
        "16": "Icon-16.png",
        "48": "Icon-48.png",
        "64": "Icon-64.png",
        "128": "Icon-128.png"
    },
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "background"
    ],
    "browser_action": {
        "default_icon": "Icon.png",
        "default_title": "Show me the time"
    },
    "manifest_version": 2
}