StingRA

StingRA

A quick look-up for astronomical objects in Chrome! Highlight the name of the star, galaxy, nebula, etc you want to query, and…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "StingRA",
  "version": "0.11",
  "permissions": [
    "contextMenus",
    "activeTab",
    "geolocation"
  ],
  "browser_action": {
    "default_icon": "icon3.png",
    "default_popup": "popup.html"
  }
}