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
Proper Nouns
Slide 9
Slide 9 text
Chrome App
Slide 10
Slide 10 text
Chrome App
Slide 11
Slide 11 text
Chrome Plugin
Slide 12
Slide 12 text
Chrome Plugin
Slide 13
Slide 13 text
Chrome Extension
Slide 14
Slide 14 text
Browser Action
Slide 15
Slide 15 text
Page Action
Slide 16
Slide 16 text
Popup
Slide 17
Slide 17 text
Context Menu
Slide 18
Slide 18 text
Background Script
Slide 19
Slide 19 text
Background Script Background Page
Slide 20
Slide 20 text
Event Script Event Page
Slide 21
Slide 21 text
Content Script
Slide 22
Slide 22 text
No content
Slide 23
Slide 23 text
Browser Action
Slide 24
Slide 24 text
Browser Action Page Action
Slide 25
Slide 25 text
Browser Action Page Action Popup }
Slide 26
Slide 26 text
Browser Action Page Action Popup Context Menu }
Slide 27
Slide 27 text
Browser Action Page Action Popup Context Menu Background Script }
Slide 28
Slide 28 text
Browser Action Page Action Popup Context Menu Background Script Background Page }
Slide 29
Slide 29 text
Browser Action Page Action Popup Context Menu Background Script Background Page Event Script }
Slide 30
Slide 30 text
Browser Action Page Action Popup Context Menu Background Script Background Page Event Script Event Page }
Slide 31
Slide 31 text
Browser Action Page Action Popup Context Menu Background Script Background Page Event Script Event Page Persistence }
Slide 32
Slide 32 text
Browser Action Page Action Popup Context Menu Background Script Background Page Event Script Event Page Content Script }
Slide 33
Slide 33 text
Browser Action Page Action Popup Context Menu Background Script Background Page Event Script Event Page Content Script } Website
Slide 34
Slide 34 text
It’s just JavaScript and HTML.
Slide 35
Slide 35 text
Let’s get to ironing.
Slide 36
Slide 36 text
No content
Slide 37
Slide 37 text
Chrome Web Store
Slide 38
Slide 38 text
.zip file
Slide 39
Slide 39 text
$5
Slide 40
Slide 40 text
Unexpected APIs
Slide 41
Slide 41 text
Override Chrome URLs newtab, bookmarks, history
Slide 42
Slide 42 text
Manipulate History add/edit/remove entries, clear cookies chrome.history, chrome.browsingData
Slide 43
Slide 43 text
Modify Cookies watch entries, view/edit/remove (including HTTPOnly) chrome.cookies
Slide 44
Slide 44 text
Take a Screenshot whole screen, window, tab chrome.desktopCapture
Slide 45
Slide 45 text
Download Files initiate/cancel downloads, monitor status chrome.downloads
Slide 46
Slide 46 text
Manage Tabs, Windows create/update/reorder tabs/windows chrome.tabs, chrome.windows
Slide 47
Slide 47 text
Jank Up Requests analyze, edit, block requests, modify response headers chrome.webRequest
Slide 48
Slide 48 text
Harvest for Chrome
Slide 49
Slide 49 text
Our Mistakes
Slide 50
Slide 50 text
Slow Publishes
Slide 51
Slide 51 text
No content
Slide 52
Slide 52 text
Increasing Permissions
Slide 53
Slide 53 text
No content
Slide 54
Slide 54 text
No content
Slide 55
Slide 55 text
No content
Slide 56
Slide 56 text
Editing Responses
Slide 57
Slide 57 text
No content
Slide 58
Slide 58 text
With great power comes great responsibility.
Slide 59
Slide 59 text
With great power comes terrible bugs.
Slide 60
Slide 60 text
Content Script Sandbox
Slide 61
Slide 61 text
No content
Slide 62
Slide 62 text
It’s just JavaScript and HTML.
Slide 63
Slide 63 text
Getting Started with Chrome Extensions @adunkman getharvest.com/careers