AlwaysThere

AlwaysThere

Open websites in floating panels that can stay on top of other windows. Enable Panels in chrome://flags to use this extension.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "AlwaysThere",
  "version": "0.1.6",
  "manifest_version": 2,
  "description": "Open websites in floating panels that can stay on top of other windows. Enable Panels in chrome://flags to use this extension.",
  "short_name": "AT",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "icons": {
    "16": "application.png",
    "48": "application.png",
    "128": "application.png"
  },
  "permissions": [
    "storage",
    "contextMenus",
    "tabs",
    "http://*/*",
    "https://*/*"
  ],
  "browser_action": {
    "default_icon": "application.png",
    "default_title": "AlwaysThere",
    "default_popup": "popup.html"
  }
}