Google Drive Path Copy Extension

An extension to copy Google Drive file paths.

Co to jest Google Drive Path Copy Extension?

Google Drive Path Copy Extension to rozszerzenie Chrome opracowane przez SINGALO, a jego główną funkcją jest „An extension to copy Google Drive file paths.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Google Drive Path Copy Extension

Pobierz pliki rozszerzeń Google Drive Path Copy Extension w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Google Drive Path Copy Extension Google Drive Path Copy Extension
ID ggokkjihmnihdgbdoieolhclphphpakd
Oficjalny URL https://chromewebstore.google.com/detail/google-drive-path-copy-ex/ggokkjihmnihdgbdoieolhclphphpakd
Opis An extension to copy Google Drive file paths.
Rozmiar pliku 35.38 KB
Liczba instalacji 122
Aktualna Wersja 1.0.2
Ostatnia Aktualizacja 2023-01-26
Data Publikacji 2023-01-24
Deweloper SINGALO
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}