ReloadoScreenshot

Take And Share Screenshots

Cos'è ReloadoScreenshot?

ReloadoScreenshot è un'estensione di Chrome sviluppata da http://screenshot.reloado.com, e la sua funzione principale è "Take And Share Screenshots".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione ReloadoScreenshot

Scarica i file di estensione ReloadoScreenshot in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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/).                    

Informazioni di Base sull'Estensione

Nome ReloadoScreenshot ReloadoScreenshot
ID dnjahcofgnkeniikejcpbgfdbglfkkcm
URL Ufficiale https://chrome.google.com/webstore/detail/reloadoscreenshot/dnjahcofgnkeniikejcpbgfdbglfkkcm
Descrizione Take And Share Screenshots
Dimensione del File 18.26 KB
Conteggio Installazioni 52
Versione Corrente 1.2.0
Ultimo Aggiornamento 2014-12-31
Data di Pubblicazione 2014-12-30
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore http://screenshot.reloado.com
Tipo di Pagamento free
Sito Web dell'Estensione http://screenshot.reloado.com
Lingue Supportate 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"
    }
}