6840ae38-9964-42ce-b92a-060f297338f1 1.0.0.1 Daniel Kis-Nagy en-US https://pixabay.com WriteDocument <!-- Description of the Getting Started callout. resid points to a LongString resource --> <Description resid="Uppp.GetStarted.Description"/> <!-- Points to a URL resource which details how the add-in should be used. --> <LearnMoreUrl resid="Uppp.GetStarted.LearnMoreUrl"/> </GetStarted> <!-- PrimaryCommandSurface is the main Office Ribbon. --> <ExtensionPoint xsi:type="PrimaryCommandSurface"> <!-- Use OfficeTab to extend an existing Tab. Use CustomTab to create a new tab. --> <OfficeTab id="TabInsert"> <!-- Ensure you provide a unique id for the group. Recommendation for any IDs is to namespace using your company name. --> <Group id="Uppp.Group1"> <!-- Label for your group. resid must point to a ShortString resource. --> <Label resid="Uppp.Group1Label" /> <!-- Icons. Required sizes 16,32,80, optional 20, 24, 40, 48, 64. Strongly recommended to provide all sizes for great UX. --> <!-- Use PNG icons. All URLs on the resources section must use HTTPS. --> <Icon> <bt:Image size="16" resid="Uppp.tpicon_16x16" /> <bt:Image size="32" resid="Uppp.tpicon_32x32" /> <bt:Image size="80" resid="Uppp.tpicon_80x80" /> </Icon> <!-- Control. It can be of type "Button" or "Menu". --> <Control xsi:type="Button" id="Uppp.TaskpaneButton"> <Label resid="Uppp.TaskpaneButton.Label" /> <Supertip> <!-- ToolTip title. resid must point to a ShortString resource. --> <Title resid="Uppp.TaskpaneButton.Label" /> <!-- ToolTip description. resid must point to a LongString resource. --> <Description resid="Uppp.TaskpaneButton.Tooltip" /> </Supertip> <Icon> <bt:Image size="16" resid="Uppp.tpicon_16x16" /> <bt:Image size="32" resid="Uppp.tpicon_32x32" /> <bt:Image size="80" resid="Uppp.tpicon_80x80" /> </Icon> <!-- This is what happens when the command is triggered (E.g. click on the Ribbon). Supported actions are ExecuteFunction or ShowTaskpane. --> <Action xsi:type="ShowTaskpane"> <TaskpaneId>ButtonId1</TaskpaneId> <!-- Provide a URL resource id for the location that will be displayed on the task pane. --> <SourceLocation resid="Uppp.Taskpane.Url" /> </Action> </Control> </Group> </OfficeTab> </ExtensionPoint> </DesktopFormFactor> </Host> <Host xsi:type="Document"> <!-- Form factor. Currently only DesktopFormFactor is supported. --> <DesktopFormFactor> <!--"This code enables a customizable message to be displayed when the add-in is loaded successfully upon individual install."--> <GetStarted> <!-- Title of the Getting Started callout. The resid attribute points to a ShortString resource --> <Title resid="Uppp.GetStarted.Title"/> <!-- Description of the Getting Started callout. resid points to a LongString resource --> <Description resid="Uppp.GetStarted.Description"/> <!-- Points to a URL resource which details how the add-in should be used. --> <LearnMoreUrl resid="Uppp.GetStarted.LearnMoreUrl"/> </GetStarted> <!-- PrimaryCommandSurface is the main Office Ribbon. --> <ExtensionPoint xsi:type="PrimaryCommandSurface"> <!-- Use OfficeTab to extend an existing Tab. Use CustomTab to create a new tab. --> <OfficeTab id="TabInsert"> <!-- Ensure you provide a unique id for the group. Recommendation for any IDs is to namespace using your company name. --> <Group id="Uppp.Group1"> <!-- Label for your group. resid must point to a ShortString resource. --> <Label resid="Uppp.Group1Label" /> <!-- Icons. Required sizes 16,32,80, optional 20, 24, 40, 48, 64. Strongly recommended to provide all sizes for great UX. --> <!-- Use PNG icons. All URLs on the resources section must use HTTPS. --> <Icon> <bt:Image size="16" resid="Uppp.tpicon_16x16" /> <bt:Image size="32" resid="Uppp.tpicon_32x32" /> <bt:Image size="80" resid="Uppp.tpicon_80x80" /> </Icon> <!-- Control. It can be of type "Button" or "Menu". --> <Control xsi:type="Button" id="Uppp.TaskpaneButton"> <Label resid="Uppp.TaskpaneButton.Label" /> <Supertip> <!-- ToolTip title. resid must point to a ShortString resource. --> <Title resid="Uppp.TaskpaneButton.Label" /> <!-- ToolTip description. resid must point to a LongString resource. --> <Description resid="Uppp.TaskpaneButton.Tooltip" /> </Supertip> <Icon> <bt:Image size="16" resid="Uppp.tpicon_16x16" /> <bt:Image size="32" resid="Uppp.tpicon_32x32" /> <bt:Image size="80" resid="Uppp.tpicon_80x80" /> </Icon> <!-- This is what happens when the command is triggered (E.g. click on the Ribbon). Supported actions are ExecuteFunction or ShowTaskpane. --> <Action xsi:type="ShowTaskpane"> <TaskpaneId>ButtonId1</TaskpaneId> <!-- Provide a URL resource id for the location that will be displayed on the task pane. --> <SourceLocation resid="Uppp.Taskpane.Url" /> </Action> </Control> </Group> </OfficeTab> </ExtensionPoint> </DesktopFormFactor> </Host> </Hosts> <!-- You can use resources across hosts and form factors. --> <Resources> <bt:Images> <bt:Image id="Uppp.tpicon_16x16" DefaultValue="https://madve2.github.io/uppp-app/assets/Button-16x16.png" /> <bt:Image id="Uppp.tpicon_32x32" DefaultValue="https://madve2.github.io/uppp-app/assets/Button-32x32.png" /> <bt:Image id="Uppp.tpicon_80x80" DefaultValue="https://madve2.github.io/uppp-app/assets/Button-80x80.png" /> </bt:Images> <bt:Urls> <bt:Url id="Uppp.Taskpane.Url" DefaultValue="https://madve2.github.io/uppp-app/app/index.html" /> <bt:Url id="Uppp.GetStarted.LearnMoreUrl" DefaultValue="https://madve2.github.io/uppp-app/assets/help.html" /> </bt:Urls> <!-- ShortStrings max characters==125. --> <bt:ShortStrings> <bt:String id="Uppp.TaskpaneButton.Label" DefaultValue="Images from Pixabay" /> <bt:String id="Uppp.Group1Label" DefaultValue="Pixabay Images" /> <bt:String id="Uppp.GetStarted.Title" DefaultValue="Search free images on Pixabay and insert them into your document" /> </bt:ShortStrings> <!-- LongStrings max characters==250. --> <bt:LongStrings> <bt:String id="Uppp.TaskpaneButton.Tooltip" DefaultValue="Click to search free images on Pixabay and insert them into your document." /> <bt:String id="Uppp.GetStarted.Description" DefaultValue="Thanks for installing Pixabay Images! Go to the Insert tab and click the 'Images from Pixabay' button to get started." /> </bt:LongStrings> </Resources> </VersionOverrides> <!-- End Add-in Commands Mode integration. --> </OfficeApp>