Cloud Storage Direct Links

Quick links to Drop Box, Box, Google Drive, Mediafire, 4shared, and many more.

Was ist Cloud Storage Direct Links?

Cloud Storage Direct Links ist eine Chrome-Erweiterung, die von Robert Rioja (miapuffia) entwickelt wurde, und ihr Hauptmerkmal ist "Quick links to Drop Box, Box, Google Drive, Mediafire, 4shared, and many more.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Cloud Storage Direct Links-Erweiterungs-CRX-Datei herunterladen

Laden Sie Cloud Storage Direct Links-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        By clicking this extension, you will see links to...

DropBox
Box
SugarSync
OneDrive
Google Drive
4Shared
MEGA
MediaFire
Yandex
Amazon S3
EVERNOTE
hubiC

Links may be reordered and hidden to each user's liking.

If you have any questions, comments, or suggestions, fell free to email me at [email protected] and thank you for viewing my extension!                    

Grundlegende Informationen zur Erweiterung

Name Cloud Storage Direct Links Cloud Storage Direct Links
ID fbkkphfailagfnjpgmddfmghblmggbja
Offizielle URL https://chromewebstore.google.com/detail/cloud-storage-direct-link/fbkkphfailagfnjpgmddfmghblmggbja
Beschreibung Quick links to Drop Box, Box, Google Drive, Mediafire, 4shared, and many more.
Dateigröße 345 KB
Installationsanzahl 3,043
Aktuelle Version 4.4
Letztes Update 2016-07-07
Veröffentlichungsdatum 2016-07-06
Bewertung 3.89/5 Insgesamt 18 Bewertungen
Entwickler Robert Rioja (miapuffia)
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cloud Storage Direct Links",
    "permissions": [
        "storage"
    ],
    "background": {
        "scripts": [
            "jquery-ui.js",
            "jquery-1.12.4.js",
            "sortable.js",
            "loading.js",
            "saving.js"
        ]
    },
    "version": "4.4",
    "description": "Quick links to Drop Box, Box, Google Drive, Mediafire, 4shared, and many more.",
    "icons": {
        "128": "icon1.png"
    },
    "browser_action": {
        "default_icon": "icon2.png",
        "default_popup": "popup.html"
    }
}