Google Drive Path Copy Extension
An extension to copy Google Drive file paths.
O que é Google Drive Path Copy Extension?
Google Drive Path Copy Extension é uma extensão do Chrome desenvolvida por SINGALO, e sua principal característica é "An extension to copy Google Drive file paths.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Google Drive Path Copy Extension
Baixe arquivos de extensão Google Drive Path Copy Extension no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
You can copy the Google Drive Desktop file path from Google Drive in your browser. You can also convert paths between Windows and Mac.
Informações Básicas da Extensão
Nome | Google Drive Path Copy Extension |
ID | ggokkjihmnihdgbdoieolhclphphpakd |
URL Oficial | https://chromewebstore.google.com/detail/google-drive-path-copy-ex/ggokkjihmnihdgbdoieolhclphphpakd |
Descrição | An extension to copy Google Drive file paths. |
Tamanho do Arquivo | 35.38 KB |
Contagem de Instalações | 122 |
Versão Atual | 1.0.2 |
Última Atualização | 2023-01-26 |
Data de Publicação | 2023-01-24 |
Desenvolvedor | SINGALO |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } } |