GBAtemp Chrome App

chyyran

somehow a weeb now.
OP
Developer
Joined
Dec 10, 2009
Messages
2,845
Trophies
1
Location
here
Website
ronnchyran.com
XP
1,076
Country
Canada
Spent like 10 minutes on this one, mainly just 'shopping the background out of the logo.



Just right click on the 'temp logo, click "Save link as" then drag it into Chrome once it's done downloading.

It has to be that way, or you'll get an error saying "Apps must be served with content type application/x-chrome-extension".
It's just that way, if it's not hosted on a server with special HTTP headers. Obviously, dropbox doesn't.
 

chyyran

somehow a weeb now.
OP
Developer
Joined
Dec 10, 2009
Messages
2,845
Trophies
1
Location
here
Website
ronnchyran.com
XP
1,076
Country
Canada
which app did you use to create this?

Wrote it myself.

It was surprisingly simply, just an icon and a small json code, which I took from a site and modified for my own uses, just had to change the URLs.

If you're interested, here it is
Code:
{
"name": "GBAtemp.net",
"description": "Underground Gaming Community",
"version": "1.0",
"icons": {
"128": "128.png"
},
"app": {
"urls": [
"http://gbatemp.net/"
],
"launch": {
"web_url": "http://gbatemp.net/"
}
},
"permissions": [
"unlimitedStorage"
]
}

128.png is the icon.

Then I just packaged it into a nice neat crx through Chrome's built in packager.

And it's... installed. Thanks.

No prob.
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
    K3Nv2 @ K3Nv2: https://www.instagram.com/reel/C6rI8eXgDxd/?igsh=MWYybHY2YXoyM3I2cQ==