Unlimited power with chrome extensions

30

description

as presented to New York Front End Coders on september 17th, 2013

Transcript of Unlimited power with chrome extensions

Page 1: Unlimited power  with chrome extensions
Page 2: Unlimited power  with chrome extensions

Hi

Page 3: Unlimited power  with chrome extensions

I’m Stefan@stefanhayden

Page 4: Unlimited power  with chrome extensions
Page 5: Unlimited power  with chrome extensions

Unlimited Power with Chrome Extensions

bit.ly/bsp-demo-1

Page 6: Unlimited power  with chrome extensions

Unlimited Power comes unlimited responsibility??

Page 7: Unlimited power  with chrome extensions

Step 1: Who?

Page 8: Unlimited power  with chrome extensions

YOU!(and by you I mean your website)

Page 9: Unlimited power  with chrome extensions

Step 2: Why?

Page 10: Unlimited power  with chrome extensions

Open TabsFlyouts

Inject Content

Anytime Upgrade

Page 11: Unlimited power  with chrome extensions

Step 3: How?

Page 12: Unlimited power  with chrome extensions

What is in a chrome extension?

ZIP

HTMLJSON & JSJS

inside:

Page 13: Unlimited power  with chrome extensions
Page 14: Unlimited power  with chrome extensions

manifest.jsonJSON

{

"name": "Nyan Cat"

}

Page 15: Unlimited power  with chrome extensions

manifest.jsonJSON

{

"name": "Nyan Cat",

"version": "0.0.0.1"

}

Page 16: Unlimited power  with chrome extensions

manifest.jsonJSON

{

"name": "Nyan Cat",

"version": "0.0.0.1",

"manifest_version": 2

}

Page 17: Unlimited power  with chrome extensions

manifest.jsonJSON

{

"name": "Nyan Cat",

"version": "0.0.0.1",

"manifest_version": 2,

"description": "Look at Nyan Cat"

}

Page 18: Unlimited power  with chrome extensions

manifest.jsonJSON

{

"name": "Nyan Cat",

"version": "0.0.0.1",

"manifest_version": 2,

"description": "Look at Nyan Cat",

"browser_action": {

"default_icon": "nyancat.png",

"default_popup": "index.html"

}

}

Page 19: Unlimited power  with chrome extensions

index.html

<!doctype html>

<html>

<head>

<title>Nyan Cat</title>

</head>

<body >

<img src="nyancat.gif"></body>

</html>

HTML

Page 20: Unlimited power  with chrome extensions
Page 21: Unlimited power  with chrome extensions
Page 22: Unlimited power  with chrome extensions

DEMO

Page 23: Unlimited power  with chrome extensions

ZIP

Page 24: Unlimited power  with chrome extensions

chrome.google.com/webstore/developer/dashb

oard

Page 25: Unlimited power  with chrome extensions
Page 26: Unlimited power  with chrome extensions
Page 27: Unlimited power  with chrome extensions
Page 28: Unlimited power  with chrome extensions
Page 29: Unlimited power  with chrome extensions

Questions?

Page 30: Unlimited power  with chrome extensions

I’m Stefan

github.com/stefanhayden@stefanhayden