could not load extensions icon

4,688 views
Skip to first unread message

rdstool

unread,
Apr 5, 2012, 6:38:58 AM4/5/12
to Chromium Apps
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>"
]
}

Paul Kinlan

unread,
Apr 5, 2012, 6:57:22 AM4/5/12
to rdstool, Chromium Apps
Hi,

I am looking at what you have in the store now, and your zip file doesn't contain the folder icons and it doesn't contain any icons.

These need to be there otherwise installation will fail

P


--
You received this message because you are subscribed to the Google Groups "Chromium Apps" group.
To post to this group, send email to chromi...@chromium.org.
To unsubscribe from this group, send email to chromium-app...@chromium.org.
For more options, visit this group at http://groups.google.com/a/chromium.org/group/chromium-apps/?hl=en.




--
Paul Kinlan
Developer Advocate @ Google for Chrome and HTML5

rdstool

unread,
Apr 5, 2012, 7:19:38 AM4/5/12
to Chromium Apps
HI,

Thank you for answer.
First file which I sent to store was without folder "icons" and didn't
contain any icons.
Then I've added folder and icons, even changed name of folder, but
still get the error message.
You can see file I am sending to store here
http://dl.dropbox.com/u/19793035/toolbar/v0.1.2012.403/chrome2.zip


rdstool

unread,
Apr 5, 2012, 7:25:47 AM4/5/12
to Chromium Apps
> Then I've added folder and icons, even changed name of folder, but
> still get the error message.

"even changed name of folder" - folder that contains extension

Paul Kinlan

unread,
Apr 5, 2012, 7:27:33 AM4/5/12
to rdstool, Chromium Apps
It looks like you haven't published after you uploaded it again, looking at my console I see that the draft version contains the icons but the published version doesn't.

P

--
You received this message because you are subscribed to the Google Groups "Chromium Apps" group.
To post to this group, send email to chromi...@chromium.org.
To unsubscribe from this group, send email to chromium-app...@chromium.org.
For more options, visit this group at http://groups.google.com/a/chromium.org/group/chromium-apps/?hl=en.

rdstool

unread,
Apr 5, 2012, 7:48:25 AM4/5/12
to Chromium Apps
oops. What a shame! I forgot the "Publish changes" button at the
bottom.
Thank you a lot!
Reply all
Reply to author
Forward
0 new messages