Elink - Bookmark Manager

Elink - Bookmark Manager

Best visual Bookmarker for creating content for your Gmail Newsletters, HTML Newsletters, Website/Blog and Social bio links.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "19": "img/icon_toolbar.png",
      "38": "img/[email protected]"
    },
    "default_title": "Save to elink"
  },
  "icons": {
    "16": "img/icon_16.png",
    "48": "img/icon_48.png",
    "128": "img/icon_128.png"
  },
  "content_scripts": [
    {
      "js": [
        "js/content.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    },
    {
      "js": [
        "sdk/inboxsdk.js",
        "js/gmail.js"
      ],
      "matches": [
        "https://mail.google.com/*",
        "https://inbox.google.com/*"
      ]
    }
  ],
  "permissions": [
    "*://*/*",
    "contextMenus",
    "tabs",
    "activeTab"
  ],
  "web_accessible_resources": [
    "html/frame.html",
    "img/icon_48.png"
  ],
  "name": "Elink - Bookmark Manager",
  "version": "3.3.0",
  "description": "Best visual Bookmarker for creating content for your Gmail Newsletters, HTML Newsletters, Website/Blog and Social bio links."
}