AI 产品解读Copy and convert Google Drive file paths
Users of Google Drive Desktop often need to copy the local file system path (Windows or macOS) corresponding to a file shown in the browser. This extension extracts the path from the Google Drive web UI and copies it to the clipboard, and also converts between Windows and macOS path formats.
1. User navigates to a folder in Google Drive in the browser.
2. User clicks the extension icon to open the popup.
3. Extension parses the current tab's DOM to extract the breadcrumb path.
4. User clicks 'Copy' to copy the formatted local path to clipboard.
5. Alternatively, user switches to 'Converter' tab to manually input and convert a path between OS formats.
Copy Google Drive file path to clipboard from browser UIConvert paths between Windows (e.g., G:older) and macOS (/Volumes/GoogleDrive/) formatsUser-configurable drive letter for Windows pathsToggle for MacOS vs Windows output format
- 目标用户
- Users of Google Drive Desktop on Windows or macOS who frequently switch between browser and file explorer
- The extension relies on specific DOM attributes (guidedhelpid, aria-label, data-tooltip) from Google Drive's web UI. If Google changes these selectors, the extension will break. This was not tested dynamically.
付费分析未识别到付费功能
The extension is entirely free with no paywalls, subscription prompts, license checks, or payment integrations. The 'pro' keyword match in verified_contents.json is a false positive from metadata signing, and 'Promise' in popup.js is standard JavaScript. No paid feature names or payment platforms were found.
- 置信度
- 98
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 否
- 登录理由
- The extension performs local DOM parsing and string manipulation to extract and convert file paths. It does not implement any login UI, nor does it call authentication APIs or redirect to a login page. While a Google account is required to access Google Drive in the browser, the extension itself does not gate its functionality behind an extension-specific or destination-service login flow.
Simple and fast, it works great for my use when I have to work between the cloud and desktop version. Please release an English version!