Google Drive Path Copy Extension

An extension to copy Google Drive file paths.

What is Google Drive Path Copy Extension?

Google Drive Path Copy Extension is a Chrome extension developed by SINGALO, and its main feature is "An extension to copy Google Drive file paths.".

Extension Screenshots

screenshot

Download Google Drive Path Copy Extension Extension CRX File

Download Google Drive Path Copy Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Google Drive Path Copy Extension Google Drive Path Copy Extension
ID ggokkjihmnihdgbdoieolhclphphpakd
Official URL https://chromewebstore.google.com/detail/google-drive-path-copy-ex/ggokkjihmnihdgbdoieolhclphphpakd
Description An extension to copy Google Drive file paths.
File Size 35.38 KB
Installation Count 122
Current Version 1.0.2
Last Updated 2023-01-26
Publish Date 2023-01-24
Developer SINGALO
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}