Chrome Url Saver

Chrome Url Saver

Save and Load currectly opened sites

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Chrome Url Saver",
  "version": "1.0.2",
  "description": "Save and Load currectly opened sites",
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "author": "[email protected]",
  "permissions": [
    "tabs",
    "storage",
    "notifications",
    "<all_urls>"
  ]
}