ShareDownloader Remote Extension

Simple and easy way to send links to your ShareDownloader App.

Cos'è ShareDownloader Remote Extension?

ShareDownloader Remote Extension è un'estensione di Chrome sviluppata da https://sharedownloader.net, e la sua funzione principale è "Simple and easy way to send links to your ShareDownloader App.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione ShareDownloader Remote Extension

Scarica i file di estensione ShareDownloader Remote Extension 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

                        Simple and easy way to send links to your ShareDownloader App.

Requirements:
- ShareDownloader Version >= 2.0.0
- Remote server is enabled (In ShareDownloader App)                    

Informazioni di Base sull'Estensione

Nome ShareDownloader Remote Extension ShareDownloader Remote Extension
ID goiekmbjkpchgmmnfeipcoejpnlmofdd
URL Ufficiale https://chromewebstore.google.com/detail/sharedownloader-remote-ex/goiekmbjkpchgmmnfeipcoejpnlmofdd
Descrizione Simple and easy way to send links to your ShareDownloader App.
Dimensione del File 258 KB
Conteggio Installazioni 131
Versione Corrente 1.1
Ultimo Aggiornamento 2014-05-21
Data di Pubblicazione 2014-05-21
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore https://sharedownloader.net
Tipo di Pagamento free
Sito Web dell'Estensione http://sharedownloader.net
Lingue Supportate de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extension_name__",
    "description": "__MSG_extension_description__",
    "version": "1.1",
    "author": "IT-Gecko.de",
    "homepage_url": "http:\/\/sharedownloader.net",
    "default_locale": "en",
    "icons": {
        "16": "icon_16.png",
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_icon": "icon_19.png",
        "default_popup": "popup.html"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "contextMenus",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}