際際滷

際際滷Share a Scribd company logo
Unlimited power  with chrome extensions
Hi
Im Stefan
@stefanhayden
Unlimited power  with chrome extensions
Unlimited Power
with Chrome Extensions
bit.ly/bsp-demo-1
Unlimited Power
comes unlimited responsibility??
Step 1: Who?
YOU!
(and by you I mean your website)
Step 2: Why?
Open Tabs
Flyouts
Inject Content
Anytime Upgrade
Step 3: How?
What is in a chrome extension?
ZIP
HTMLJSON & JS
JS
inside:
Unlimited power  with chrome extensions
manifest.jsonJSON
{
"name": "Nyan Cat"
}
manifest.jsonJSON
{
"name": "Nyan Cat",
"version": "0.0.0.1"
}
manifest.jsonJSON
{
"name": "Nyan Cat",
"version": "0.0.0.1",
"manifest_version": 2
}
manifest.jsonJSON
{
"name": "Nyan Cat",
"version": "0.0.0.1",
"manifest_version": 2,
"description": "Look at Nyan Cat"
}
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"
}
}
index.html
<!doctype html>
<html>
<head>
<title>Nyan Cat</title>
</head>
<body >
<img src=/slideshow/unlimited-power-with-chrome-extensions-26284293/26284293/"nyancat.gif">
</body>
</html>
HTML
Unlimited power  with chrome extensions
Unlimited power  with chrome extensions
DEMO
ZIP
chrome.google.
com/webstore/developer/dashb
oard
Unlimited power  with chrome extensions
Unlimited power  with chrome extensions
Unlimited power  with chrome extensions
Unlimited power  with chrome extensions
Questions?
Im Stefan
github.com/stefanhayden
@stefanhayden

More Related Content

Unlimited power with chrome extensions