ebrehault / resurrectio

CasperJS test recorder Chrome extension
GNU General Public License v2.0
721 stars 106 forks source link

Feature 'background_page' is not accessible. #2

Closed lazywithclass closed 12 years ago

lazywithclass commented 12 years ago

First of all thanks for this, it will speed up a lot my dev time! I'm trying to install this on Ubuntu 12.04 with Google Chrome 19.0.1084.52, after having enabled dev mode I get the following error message

Could not load extension from '/home/user/resurrectio'. 
Feature 'background_page' is not accessible. 
Requires manifest version of 1 or lower.

If I go into manifest.json and change manifest_version from 2 to 1 everything works fine, is this just an issue of my setup?

j0k3r commented 12 years ago

I got the same issue with Chrome 21.0.1155.2 dev-m.

ebrehault commented 12 years ago

Right, I was not aware of that restriction. Let's change the version.

ebrehault commented 12 years ago

fixed