Google Drive Export Link Generator

Create direct download links for files

Co je Google Drive Export Link Generator?

Google Drive Export Link Generator je rozšíření Chrome vyvinuté monsen.dag, a jeho hlavní funkcí je „Create direct download links for files“.

Stáhnout soubor CRX rozšíření Google Drive Export Link Generator

Stáhněte si soubory rozšíření Google Drive Export Link Generator ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                                            

Základní Informace o Rozšíření

Název Google Drive Export Link Generator Google Drive Export Link Generator
ID caedmofclhbckdbpnmnbhclifmjmgpnb
Oficiální URL https://chrome.google.com/webstore/detail/google-drive-export-link/caedmofclhbckdbpnmnbhclifmjmgpnb
Popis Create direct download links for files
Velikost souboru 226 KB
Počet instalací 464
Aktuální Verze 1.0.0
Poslední Aktualizace 2017-04-05
Datum Vydání 2017-04-05
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář monsen.dag
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Google Drive Export Link Generator",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "Create direct download links for files",
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/category\/extensions?utm_source=chrome-ntp-icon",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Create Google Drive download link",
        "default_popup": "popup.html"
    },
    "default_locale": "en",
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "permissions": [
        "clipboardRead",
        "clipboardWrite"
    ]
}