TabIt - Wolfram Alpha: Productivity in Access

TabIt - Wolfram Alpha: Productivity in Access

Provides quick access to Wolfram Alpha - right in browser action pop-up

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "short_name": "TabIt - Wolfram Alpha",
  "name": "TabIt - Wolfram Alpha: Productivity in Access",
  "version": "1.2.2",
  "icons": {
    "16": "images/logo16.png",
    "24": "images/logo24.png",
    "48": "images/logo48.png",
    "128": "images/logo128.png"
  },
  "description": "Provides quick access to Wolfram Alpha - right in browser action pop-up",
  "browser_action": {
    "default_title": "TabIt - Wolfram Alpha",
    "default_popup": "popup.html",
    "default_icon": {
      "16": "images/logo16.png",
      "24": "images/logo24.png",
      "48": "images/logo48.png",
      "128": "images/logo128.png"
    }
  },
  "permissions": [
    "notifications",
    "management"
  ],
  "background": {
    "scripts": [
      "bg.js"
    ]
  }
}