Google Drive Path Copy Extension

An extension to copy Google Drive file paths.

Was ist Google Drive Path Copy Extension?

Google Drive Path Copy Extension ist eine Chrome-Erweiterung, die von SINGALO entwickelt wurde, und ihr Hauptmerkmal ist "An extension to copy Google Drive file paths.".

Erweiterungsscreenshots

screenshot

Google Drive Path Copy Extension-Erweiterungs-CRX-Datei herunterladen

Laden Sie Google Drive Path Copy Extension-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

                        You can copy the Google Drive Desktop file path from Google Drive in your browser.
You can also convert paths between Windows and Mac.                    

Grundlegende Informationen zur Erweiterung

Name Google Drive Path Copy Extension Google Drive Path Copy Extension
ID ggokkjihmnihdgbdoieolhclphphpakd
Offizielle URL https://chromewebstore.google.com/detail/google-drive-path-copy-ex/ggokkjihmnihdgbdoieolhclphphpakd
Beschreibung An extension to copy Google Drive file paths.
Dateigröße 35.38 KB
Installationsanzahl 122
Aktuelle Version 1.0.2
Letztes Update 2023-01-26
Veröffentlichungsdatum 2023-01-24
Entwickler SINGALO
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Google Drive Path Copy Extension",
    "short_name": "Google Drive Path Copy Extension",
    "author": "SINGALO",
    "version": "1.0.2",
    "description": "An extension to copy Google Drive file paths.",
    "background": {
        "service_worker": "background.js",
        "run_at": "document_start"
    },
    "action": {
        "default_icon": ".\/img\/icon.png",
        "default_popup": ".\/popup\/popup.html",
        "default_title": "Google Drive Path Copy Extension"
    },
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "128": ".\/img\/icon128.png",
        "96": ".\/img\/icon.png"
    }
}