Google Drive Path Copy Extension

An extension to copy Google Drive file paths.

Cos'è Google Drive Path Copy Extension?

Google Drive Path Copy Extension è un'estensione di Chrome sviluppata da SINGALO, e la sua funzione principale è "An extension to copy Google Drive file paths.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Google Drive Path Copy Extension

Scarica i file di estensione Google Drive Path Copy 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

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

Informazioni di Base sull'Estensione

Nome Google Drive Path Copy Extension Google Drive Path Copy Extension
ID ggokkjihmnihdgbdoieolhclphphpakd
URL Ufficiale https://chromewebstore.google.com/detail/google-drive-path-copy-ex/ggokkjihmnihdgbdoieolhclphphpakd
Descrizione An extension to copy Google Drive file paths.
Dimensione del File 35.38 KB
Conteggio Installazioni 122
Versione Corrente 1.0.2
Ultimo Aggiornamento 2023-01-26
Data di Pubblicazione 2023-01-24
Sviluppatore SINGALO
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}