Forever pinned

Forever pinned

Allows you to open a set of pinned tabs when chrome starts up

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Forever pinned",
  "permissions": [
    "storage",
    "tabs"
  ],
  "background": {
    "scripts": [
      "js/q.js",
      "js/lodash.js",
      "js/startup.js"
    ]
  },
  "options_page": "options.html",
  "description": "Allows you to open a set of pinned tabs when chrome starts up",
  "version": "0.29",
  "browser_action": {
    "default_title": "Click to get restore Pinned Tabs!"
  }
}