Загрузчик на фото хостинг Arevera

Начните загружать изображения простым перетаскиванием в любое место окна прямо сейчас!

Cos'è Загрузчик на фото хостинг Arevera?

Загрузчик на фото хостинг Arevera è un'estensione di Chrome sviluppata da https://foto.arevera.net, e la sua funzione principale è "Начните загружать изображения простым перетаскиванием в любое место окна прямо сейчас!".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Загрузчик на фото хостинг Arevera

Scarica i file di estensione Загрузчик на фото хостинг Arevera 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

                        Upload your images with one click to your favorite Chevereto host and share it with your friends! foto.arevera.net, is a free image hosting and sharing website.

This extension allows you to save time creating screenshots of websites. It has also a build in editor to edit your images before you upload the image to your favorite image host.

Changelog:
01.03.2015 (1.2.3):
     - Added http support.
     - You can chose between image URL and image link for your uploads.                    

Informazioni di Base sull'Estensione

Nome Загрузчик на фото хостинг Arevera Загрузчик на фото хостинг Arevera
ID fobaiklceebfhicnhljajlphkkcejlbb
URL Ufficiale https://chromewebstore.google.com/detail/%D0%B7%D0%B0%D0%B3%D1%80%D1%83%D0%B7%D1%87%D0%B8%D0%BA-%D0%BD%D0%B0-%D1%84%D0%BE%D1%82%D0%BE-%D1%85%D0%BE%D1%81%D1%82%D0%B8%D0%BD%D0%B3/fobaiklceebfhicnhljajlphkkcejlbb
Descrizione Начните загружать изображения простым перетаскиванием в любое место окна прямо сейчас!
Dimensione del File 159 KB
Conteggio Installazioni 9
Versione Corrente 1.2.4
Ultimo Aggiornamento 2015-08-22
Data di Pubblicazione 2015-08-22
Sviluppatore https://foto.arevera.net
Tipo di Pagamento free
Sito Web dell'Estensione http:/foto.arevera.net
URL della Pagina di Aiuto http://foto.arevera.net/page/contact
Lingue Supportate ru
manifest.json
{
    "author": "Shaxzod Xolmurodov",
    "background": {
        "scripts": [
            "js\/jquery.js",
            "js\/upload.js",
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/icon.png",
        "default_popup": "pages\/popup.html"
    },
    "content_scripts": [
        {
            "css": [
                "css\/content.css",
                "css\/jquery-ui.css"
            ],
            "js": [
                "js\/jquery.js",
                "js\/jquery-ui.js",
                "js\/content.js",
                "js\/area.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "description": "\u041d\u0430\u0447\u043d\u0438\u0442\u0435 \u0437\u0430\u0433\u0440\u0443\u0436\u0430\u0442\u044c \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f \u043f\u0440\u043e\u0441\u0442\u044b\u043c \u043f\u0435\u0440\u0435\u0442\u0430\u0441\u043a\u0438\u0432\u0430\u043d\u0438\u0435\u043c \u0432 \u043b\u044e\u0431\u043e\u0435 \u043c\u0435\u0441\u0442\u043e \u043e\u043a\u043d\u0430 \u043f\u0440\u044f\u043c\u043e \u0441\u0435\u0439\u0447\u0430\u0441!",
    "homepage_url": "http:\/\/foto.arevera.net\/",
    "icons": {
        "128": "icons\/icon_128.png",
        "16": "icons\/icon_16.png",
        "48": "icons\/icon_48.png"
    },
    "manifest_version": 2,
    "name": "\u0417\u0430\u0433\u0440\u0443\u0437\u0447\u0438\u043a \u043d\u0430 \u0444\u043e\u0442\u043e \u0445\u043e\u0441\u0442\u0438\u043d\u0433 Arevera",
    "permissions": [
        "",
        "contextMenus",
        "tabs",
        "notifications",
        "storage"
    ],
    "short_name": "\u0417\u0430\u0433\u0440\u0443\u0437\u0447\u0438\u043a \u043d\u0430 \u0444\u043e\u0442\u043e \u0445\u043e\u0441\u0442\u0438\u043d\u0433 Arevera",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.2.4"
}