Binary Clock Tab

Binary Clock Tab

Gives you an easily-accessible binary clock tab. Click on the icon to open the tab. Yes, I know this has been done before.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Binary Clock Tab",
  "short_name": "Binary Clock Tab",
  "description": "Gives you an easily-accessible binary clock tab. Click on the icon to open the tab. Yes, I know this has been done before.",
  "version": "1.1.0",
  "author": "Mac Chaffee",
  "icons": {
    "128": "img/binaryclock.png"
  },
  "browser_action": {
    "default_icon": "img/binaryclock.png"
  },
  "background": {
    "scripts": [
      "js/TabOpener.js"
    ],
    "persistent": false
  },
  "permissions": [],
  "homepage_url": "https://github.com/mac-chaffee/binary-clock-tab"
}