ReloadoScreenshot

Take And Share Screenshots

What is ReloadoScreenshot?

ReloadoScreenshot is a Chrome extension developed by http://screenshot.reloado.com, and its main feature is "Take And Share Screenshots".

Extension Screenshots

screenshot

Download ReloadoScreenshot Extension CRX File

Download ReloadoScreenshot extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Take, edit and share full page screenshots with Google Chrome. It's free and simple!

New: Unique one-click technology!

Instructions:
1. Install this extension.
2. Take a screenshot by pressing the "ScreenshotReloado"-Button.
3. Log in, edit and share your screenshot!

Attribution: This extension use "Full Page Screen Capture" by Peter Coles (MIT LICENSE / https://raw.github.com/mrcoles/full-page-screen-capture-chrome-extension/master/LICENSE / http://mrcoles.com/).                    

Extension Basic Information

Name ReloadoScreenshot ReloadoScreenshot
ID dnjahcofgnkeniikejcpbgfdbglfkkcm
Official URL https://chrome.google.com/webstore/detail/reloadoscreenshot/dnjahcofgnkeniikejcpbgfdbglfkkcm
Description Take And Share Screenshots
File Size 18.26 KB
Installation Count 52
Current Version 1.2.0
Last Updated 2014-12-31
Publish Date 2014-12-30
Rating 5.00/5 Total 1 Ratings
Developer http://screenshot.reloado.com
Payment Type free
Extension Website http://screenshot.reloado.com
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ReloadoScreenshot",
    "version": "1.2.0",
    "manifest_version": 2,
    "description": "Take And Share Screenshots",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "",
        "notifications"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}