Bookmark All

Bookmark All

Bookmark all tabs to a temp folder.

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 All",
  "version": "1.1",
  "description": "Bookmark all tabs to a temp folder.",
  "icons": {
    "16": "bookmark48.png",
    "48": "bookmark48.png",
    "128": "bookmark128.png"
  },
  "browser_action": {
    "default_title": "Bookmark All Tabs",
    "default_popup": "popup.html"
  },
  "permissions": [
    "bookmarks",
    "tabs"
  ]
}