Fired when a message is sent from either an extension process
(by runtime.sendMessage) or a content script (by tabs.sendMessage).
https://developer.chrome.com/extensions/runtime#event-onMessage
details for the message
MessageSender object
function to call once after processing
true if asynchronous
Item in chrome.storage changed
details on changes
Selection of a photo-cat changed
Refresh photos button clicked
Array of photo categories
Flag to indicate if UI is disabled
Do we need to reload the photos
Flag to indicate if we should not filter photos
Status of the option permission for the Google Photos API
Count for photo mode
Flag to display the loading... UI
Status label for waiter
Disabled state of filter ui elements
Hidden state of the main ui
Disabled state of refresh button
Called when the element is added to a document. Can be called multiple times during the lifetime of an element.
Called when the element is removed from a document. Can be called multiple times during the lifetime of an element.
Dispatch an event
event name
optional value
Query Google Photos for the array of user's photos
Simple Observer: noFilter changed
Called during Polymer-specific element initialization. Called once, the first time the element is attached to the document.
Set the states of the photo-cat elements
Set the photo count that is currently saved
Wait for load changed
Localize a string
name from _locales
optional default value if name not found
Generated using TypeDoc
Polymer element for the Google Photos page photos view UI