Collectmark

Collectmark

Collectively bookmark all the important tabs that are open in chrome with a single click.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Collectmark",
  "version": "0.1.0",
  "permissions": [
    "tabs",
    "bookmarks"
  ],
  "background": {
    "scripts": [
      "cm_background.js"
    ]
  },
  "browser_action": {
    "default_popup": "ui/collectmark.html",
    "default_title": "Collectmark",
    "default_icon": "collectmark.png"
  }
}