Clicked on accept permissions dialog button
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
Clicked on confirm button of confirm dialog
Clicked on deny permission dialog button
Item in localStorage changed
The selected neon-animated-pages page changed
Function to call on confirm dialog confirm button click
The app's pages
Google Photos permission status
Previously selected IPage
Current IPage
Path to the extension in the Web Store
Path to my Pushy Clipboard extension
Permission status
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
Get the page with the given route name
route to get index for
The page
Called during Polymer-specific element initialization. Called once, the first time the element is attached to the document.
Simple Observer: route changed
Set enabled state of Error Viewer menu item
Set enabled state of Google Photos menu item
Display a confirm dialog
dialog text
dialog title
confirm button text
function to call on confirm button click
Display an error dialog
dialog title
dialog text
optional calling method name
Show the Google Photos page
Show a page
the page
Show the permissions dialog
Display a preview of the screen saver
Display an error dialog about failing to save data
calling method
Localize a string
name from _locales
optional default value if name not found
Set the colors for the UI
if true, use dark mode
Generated using TypeDoc
Polymer element for the main UI