Bookmarks to References

Bookmarks to References

This extension converts Bookmarks in a folder to a list of References

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Bookmarks to References",
  "description": "This extension converts Bookmarks in a folder to a list of References",
  "version": "0.5",
  "browser_action": {
    "_comment": "icon.png is provided by DesignModo under the Creative Commons License",
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "permissions": [
    "bookmarks"
  ]
}