Clicked on accept permissions dialog button
Clicked on avatar image
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
Clicked on confirm button of error dialog
Fired when the highlighted or selected tabs in a window changes. https://developer.chrome.com/extensions/tabs#event-onHighlighted
info
Fired when a message is posted from our service worker
message from service worker
The selected neon-animated-pages page changed
Item in localStorage changed
User photo
Function to call on confirm dialog confirm button click
Function to call on error dialog confirm button click
Route to use on tab highlight, blank keep current
Concatenation of all the app's pages
Array of IPage objects
Array of IPage objects
Tabs permission status
Previous IPage
Current IPage
Show confirm button on error dialog
Path to the android app in the Play Store
Path to the extension in the Web Store
Path to my screensaver extension
Avatar visibility
Permission status
Build the menu items
Display dialog to prompt for accepting optional permissions
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
Get the index into the label pages array
IPage label
index into array, -1 if not found
Setup the main menu
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 Backup menu item
Set enabled state of Devices menu item
Set enabled state of Error Viewer menu item
Set the route from onHighlightRoute
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
calling method name
show confirm button
function to call on confirm button click
Display a message toast
text to display
duration to show for in milliSecs - 0 or negative for persistent message
Show a page
Show the permissions dialog
Update the list of labels in the main menu
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