Click here to Skip to main content
15,883,957 members
Articles / Web Development / HTML

Screen Snaper SideBar Gadget

Rate me:
Please Sign up or sign in to vote.
4.63/5 (18 votes)
1 Dec 2011CPOL2 min read 117.8K   4.7K   74  
Screen Snaper is perfect to quickly share a picture-perfect representation of anything on your screen.
<?xml version="1.0" encoding="utf-8" ?>
<gadget>
    <name>Screen Snaper</name>
    <namespace>DCUtility</namespace>
    <version>2.8</version>
    <author name="Dany Cantin">
        <info url="http://www3.sympatico.ca/danycantin/realisations.html" />
        <logo src="Images/DCUtility.png" />
    </author>
    <copyright>&#169; 2007-2011 DCUtility. All rights reserved.</copyright>
    <description>Screen Snaper Gadget</description>
    <icons>
        <icon height="48" width="48" src="Images/ScreenSnaper.png" />
    </icons>
    <hosts>
        <host name="sidebar">
            <base type="HTML" apiVersion="1.0.0" src="Pages/Gadget.html" />
            <permissions>full</permissions>
            <platform minPlatformVersion="0.3" />
        </host>
    </hosts>
</gadget>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
CEO
Canada Canada

Comments and Discussions