The 'manifest_version' key must be present and set to 2 (without quotes). See developer.chrome.com/extensions/manifestVersion.html for details.
安裝使用幫助(使用加載已解壓方式):
1.把該crx文件進行重命名爲rar結尾,而後解壓爲文件夾(文件和文件夾不能出現___字符)
2.進入文件夾修改manifest.json文件,增長一行"manifest_version":2
3.修改字段background_page爲background(因爲manifest version 1中才支持background_page,V2用"background") 4.進行保存
5.進入谷歌chrome擴展程序頁面點擊開發html