Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/elixir/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Google chrome Chrome应用程序创建_Google Chrome - Fatal编程技术网

Google chrome Chrome应用程序创建

Google chrome Chrome应用程序创建,google-chrome,Google Chrome,这是我的manifest.json { "name" : "www.mysite.com", "version" : "1.0", "manifest_version" : 1, "description" : "Stay Updated with the latest post from www.mysite.com", "icons" : { "128" : "icon_128.png" }, "browser_act

这是我的manifest.json

{
    "name" : "www.mysite.com",
    "version" : "1.0",
    "manifest_version" : 1,
    "description" : "Stay Updated with the latest post from www.mysite.com",
    "icons" : {
        "128" : "icon_128.png"
    },

    "browser_action" : {
        "default_icon" : "icon_19.png",
        "popup" : "mysite.html"
    }

}
正在工作..但我在不工作后升级到清单2

{
    "name" : "www.mysite.com",
    "version" : "1.0",
    "manifest_version" : 2,
    "description" : "Stay Updated with the latest post from www.mysite.com",
    "icons" : {
        "128" : "icon_128.png"
    },

    "browser_action" : {
        "default_icon" : "icon_19.png",
        "popup" : "mysite.html"
    }

}
你能告诉我怎么解决这个问题吗