Oh My Tabs!

Oh My Tabs!

SAVE YOUR TABS FOR FUTURE USE!!! Organize open tabs and save them as sessions.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Oh My Tabs!",
  "version": "2.0.0",
  "manifest_version": 2,
  "description": "SAVE YOUR TABS FOR FUTURE USE!!! Organize open tabs and save them as sessions. ",
  "icons": {
    "16": "images/icon(16by16).png",
    "48": "images/icon(48by48).png",
    "128": "images/icon(128by128).png"
  },
  "browser_action": {
    "default_icon": "images/icon(128by128).png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "tabs",
    "history",
    "storage"
  ]
}