Google Drive Path Copy Extension

An extension to copy Google Drive file paths.

Vad är Google Drive Path Copy Extension?

Google Drive Path Copy Extension är en Chrome-tillägg utvecklad av SINGALO, och dess huvudfunktion är "An extension to copy Google Drive file paths.".

Tilläggsskärmbilder

screenshot

Ladda ner Google Drive Path Copy Extension-förlängningens CRX-fil

Ladda ner Google Drive Path Copy Extension-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Google Drive Path Copy Extension Google Drive Path Copy Extension
ID ggokkjihmnihdgbdoieolhclphphpakd
Officiell webbadress https://chromewebstore.google.com/detail/google-drive-path-copy-ex/ggokkjihmnihdgbdoieolhclphphpakd
Beskrivning An extension to copy Google Drive file paths.
Filstorlek 35.38 KB
Antal Installationer 122
Aktuell Version 1.0.2
Senast Uppdaterad 2023-01-26
Publiceringsdatum 2023-01-24
Utvecklare SINGALO
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}