ShareDownloader Remote Extension

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

Wat is ShareDownloader Remote Extension?

ShareDownloader Remote Extension is een Chrome-extensie ontwikkeld door https://sharedownloader.net, en de belangrijkste functie is "Simple and easy way to send links to your ShareDownloader App.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie ShareDownloader Remote Extension

Download ShareDownloader Remote Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

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

Basisinformatie over de Extensie

Naam ShareDownloader Remote Extension ShareDownloader Remote Extension
ID goiekmbjkpchgmmnfeipcoejpnlmofdd
Officiële URL https://chromewebstore.google.com/detail/sharedownloader-remote-ex/goiekmbjkpchgmmnfeipcoejpnlmofdd
Beschrijving Simple and easy way to send links to your ShareDownloader App.
Bestandsgrootte 258 KB
Aantal Installaties 131
Huidige Versie 1.1
Laatst Bijgewerkt 2014-05-21
Publicatiedatum 2014-05-21
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar https://sharedownloader.net
Betalingswijze free
Extensiewebsite http://sharedownloader.net
Ondersteunde Talen 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:\/\/*\/*"
    ]
}