Google Drive Path Copy Extension

An extension to copy Google Drive file paths.

Qu'est-ce que Google Drive Path Copy Extension ?

Google Drive Path Copy Extension est une extension Chrome développée par SINGALO, et sa fonction principale est "An extension to copy Google Drive file paths.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Google Drive Path Copy Extension

Téléchargez les fichiers d'extension Google Drive Path Copy Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Google Drive Path Copy Extension Google Drive Path Copy Extension
ID ggokkjihmnihdgbdoieolhclphphpakd
URL Officiel https://chromewebstore.google.com/detail/google-drive-path-copy-ex/ggokkjihmnihdgbdoieolhclphphpakd
Description An extension to copy Google Drive file paths.
Taille du Fichier 35.38 KB
Nombre d'Installations 122
Version Actuelle 1.0.2
Dernière Mise à Jour 2023-01-26
Date de Publication 2023-01-24
Développeur SINGALO
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}