Simple Share

Simple Share

Simply share your current tab by email, to your social networks or your Shaarli!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Simple Share",
  "short_name": "Share",
  "version": "1.1.0",
  "icons": {
    "16": "images/icon-16.png",
    "48": "images/icon-48.png",
    "128": "images/icon-128.png"
  },
  "default_locale": "en",
  "description": "__MSG_extension_description__",
  "browser_action": {
    "default_popup": "share.html",
    "default_icon": "images/icon-19.png",
    "default_title": "__MSG_browser_action_title__"
  },
  "background": {
    "persistent": false,
    "scripts": [
      "scripts/bg.js"
    ]
  },
  "author": "Nicolas Devenet",
  "homepage_url": "https://github.com/Devenet/SimpleShare",
  "options_page": "options.html",
  "omnibox": {
    "keyword": "share"
  },
  "permissions": [
    "activeTab"
  ]
}