Bookmarks Manager Evolution

Bookmarks Manager Evolution

This extension add state to your favorite links as read/unread/urgent/archive before you save it to the Bookmarks.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_extName__",
  "description": "__MSG_extDesc__",
  "version": "1.5.5",
  "default_locale": "en",
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "view.html",
    "default_title": "Bookmarks Manager"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "permissions": [
    "webNavigation",
    "history",
    "notifications",
    "activeTab",
    "storage",
    "contextMenus",
    "tabs",
    "bookmarks",
    "management",
    "chrome://favicon/*",
    "http://*/*",
    "https://*/*",
    "https://ajax.googleapis.com/",
    "unlimitedStorage"
  ]
}