Google Drive Path Copy Extension
An extension to copy Google Drive file paths.
Wat is Google Drive Path Copy Extension?
Google Drive Path Copy Extension is een Chrome-extensie ontwikkeld door SINGALO, en de belangrijkste functie is "An extension to copy Google Drive file paths.".
Extensie Screenshots
Download het CRX-bestand van de extensie Google Drive Path Copy Extension
Download Google Drive Path Copy Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
You can copy the Google Drive Desktop file path from Google Drive in your browser. You can also convert paths between Windows and Mac.
Basisinformatie over de Extensie
Naam | Google Drive Path Copy Extension |
ID | ggokkjihmnihdgbdoieolhclphphpakd |
Officiële URL | https://chromewebstore.google.com/detail/google-drive-path-copy-ex/ggokkjihmnihdgbdoieolhclphphpakd |
Beschrijving | An extension to copy Google Drive file paths. |
Bestandsgrootte | 35.38 KB |
Aantal Installaties | 122 |
Huidige Versie | 1.0.2 |
Laatst Bijgewerkt | 2023-01-26 |
Publicatiedatum | 2023-01-24 |
Ontwikkelaar | SINGALO |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |