Bookmark Remark

Bookmark Remark

The Bookmark Manager shouldn't be the place where interesting links go to die. Don't let your bookmarks gather virtual dust.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Bookmark Remark",
  "short_name": "book[Re]mark",
  "description": "The Bookmark Manager shouldn't be the place where interesting links go to die. Don't let your bookmarks gather virtual dust.",
  "version": "0.0.4",
  "browser_action": {
    "default_icon": "bookicon.png",
    "default_title": "Bookmark Remark"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "tabs",
    "bookmarks"
  ]
}