Hi there,
I try to install the extension from chrome web store and get an error
message: "Could not load extension icon".
However, I can install extension without error locally from dropbox:
http://dl.dropbox.com/u/19793035/toolbar/v0.1.2012.403/chrome.crx
From where did I get the error?
screenshot with error:
http://clip2net.com/s/1M2Hm
extension's manifest.json:
{
"name": "RDS bar",
"version": "1.1.2012.408",
"description": "Быстрый анализ SEO показателей сайта и страницы,
рассчитанный на вебмастеров и оптимизаторов.",
"update_url": "
http://clients2.google.com/service/update2/crx",
"icons": {
"16": "icons/skin/logo/16.png",
"48": "icons/skin/logo/48.png",
"128": "icons/skin/logo/128.png"
},
"background_page": "chrome/main.html",
"options_page": "options.html",
"browser_action": {
"default_icon": "icons/skin/logo/19.png",
"popup": "chrome/popup.html"
},
"content_scripts": [
{
"matches": ["*://*/*"],
"css": ["includes/content.css"],
"js": ["includes/punycode.js", "includes/shared.js" ,
"includes/handlers.js" , "chrome/content.js"]
}
],
"permissions": [
"tabs",
"cookies",
"management",
"<all_urls>"
]
}