Getting Started with Chrome Extensions: Tips and Tricks @ Kansas City Developer Conference
by
Andrew Dunkman
Link
Embed
Share
Beginning
This slide
Copy link URL
Copy link URL
Copy iframe embed code
Copy iframe embed code
Copy javascript embed code
Copy javascript embed code
Share
Tweet
Share
Tweet
Slide 1
Slide 1 text
Getting Started with Chrome Extensions @adunkman
Slide 2
Slide 2 text
No content
Slide 3
Slide 3 text
Proper Nouns
Slide 4
Slide 4 text
Proper Nouns Write an Extension
Slide 5
Slide 5 text
Proper Nouns Write an Extension Publishing to the Chrome Web Store
Slide 6
Slide 6 text
Proper Nouns Write an Extension Publishing to the Chrome Web Store Lessons Learned from Harvest
Slide 7
Slide 7 text
Proper Nouns Write an Extension Publishing to the Chrome Web Store Lessons Learned from Harvest Unexpected APIs
Slide 8
Slide 8 text
Titanium Sponsors Platinum Sponsors Gold Sponsors
Slide 9
Slide 9 text
Proper Nouns
Slide 10
Slide 10 text
Chrome App
Slide 11
Slide 11 text
Chrome App
Slide 12
Slide 12 text
Chrome Plugin
Slide 13
Slide 13 text
Chrome Plugin
Slide 14
Slide 14 text
Chrome Extension
Slide 15
Slide 15 text
Browser Action
Slide 16
Slide 16 text
Page Action
Slide 17
Slide 17 text
Popup
Slide 18
Slide 18 text
Context Menu
Slide 19
Slide 19 text
Background Script
Slide 20
Slide 20 text
Background Script Background Page
Slide 21
Slide 21 text
Event Script Event Page
Slide 22
Slide 22 text
Content Script
Slide 23
Slide 23 text
No content
Slide 24
Slide 24 text
Browser Action
Slide 25
Slide 25 text
Browser Action Page Action
Slide 26
Slide 26 text
Browser Action Page Action Popup }
Slide 27
Slide 27 text
Browser Action Page Action Popup Context Menu }
Slide 28
Slide 28 text
Browser Action Page Action Popup Context Menu Background Script }
Slide 29
Slide 29 text
Browser Action Page Action Popup Context Menu Background Script Background Page }
Slide 30
Slide 30 text
Browser Action Page Action Popup Context Menu Background Script Background Page Event Script }
Slide 31
Slide 31 text
Browser Action Page Action Popup Context Menu Background Script Background Page Event Script Event Page }
Slide 32
Slide 32 text
Browser Action Page Action Popup Context Menu Background Script Background Page Event Script Event Page Persistence }
Slide 33
Slide 33 text
Browser Action Page Action Popup Context Menu Background Script Background Page Event Script Event Page Content Script }
Slide 34
Slide 34 text
Browser Action Page Action Popup Context Menu Background Script Background Page Event Script Event Page Content Script } Website
Slide 35
Slide 35 text
It’s just JavaScript and HTML.
Slide 36
Slide 36 text
Chrome Web Store
Slide 37
Slide 37 text
.zip file
Slide 38
Slide 38 text
$5
Slide 39
Slide 39 text
Unexpected APIs
Slide 40
Slide 40 text
Override Chrome URLs newtab, bookmarks, history
Slide 41
Slide 41 text
Manipulate History add/edit/remove entries, clear cookies chrome.history, chrome.browsingData
Slide 42
Slide 42 text
Modify Cookies watch entries, view/edit/remove (including HTTPOnly) chrome.cookies
Slide 43
Slide 43 text
Take a Screenshot whole screen, window, tab chrome.desktopCapture
Slide 44
Slide 44 text
Download Files initiate/cancel downloads, monitor status chrome.downloads
Slide 45
Slide 45 text
Manage Tabs, Windows create/update/reorder tabs/windows chrome.tabs, chrome.windows
Slide 46
Slide 46 text
Jank Up Requests analyze, edit, block requests, modify response headers chrome.webRequest
Slide 47
Slide 47 text
Harvest for Chrome
Slide 48
Slide 48 text
Our Mistakes
Slide 49
Slide 49 text
Slow Publishes
Slide 50
Slide 50 text
No content
Slide 51
Slide 51 text
Increasing Permissions
Slide 52
Slide 52 text
No content
Slide 53
Slide 53 text
No content
Slide 54
Slide 54 text
No content
Slide 55
Slide 55 text
Editing Responses
Slide 56
Slide 56 text
No content
Slide 57
Slide 57 text
With great power comes great responsibility.
Slide 58
Slide 58 text
With great power comes terrible bugs.
Slide 59
Slide 59 text
Content Script Sandbox
Slide 60
Slide 60 text
No content
Slide 61
Slide 61 text
It’s just JavaScript and HTML.
Slide 62
Slide 62 text
Getting Started with Chrome Extensions @adunkman
Slide 63
Slide 63 text
Getting Started with Chrome Extensions @adunkman git.io/vtOsl bit.ly/1GtPOCJ