Google Drive Export Link Generator
Create direct download links for files
Co to jest Google Drive Export Link Generator?
Google Drive Export Link Generator to rozszerzenie Chrome opracowane przez monsen.dag, a jego główną funkcją jest „Create direct download links for files”.
Pobierz plik CRX rozszerzenia Google Drive Export Link Generator
Pobierz pliki rozszerzeń Google Drive Export Link Generator 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
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | caedmofclhbckdbpnmnbhclifmjmgpnb |
Oficjalny URL | https://chrome.google.com/webstore/detail/google-drive-export-link/caedmofclhbckdbpnmnbhclifmjmgpnb |
Opis | Create direct download links for files |
Rozmiar pliku | 226 KB |
Liczba instalacji | 464 |
Aktualna Wersja | 1.0.0 |
Ostatnia Aktualizacja | 2017-04-05 |
Data Publikacji | 2017-04-05 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | monsen.dag |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Google Drive Export Link Generator", "version": "1.0.0", "manifest_version": 2, "description": "Create direct download links for files", "homepage_url": "https:\/\/chrome.google.com\/webstore\/category\/extensions?utm_source=chrome-ntp-icon", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "Create Google Drive download link", "default_popup": "popup.html" }, "default_locale": "en", "content_security_policy": "script-src 'self'; object-src 'self'", "permissions": [ "clipboardRead", "clipboardWrite" ] } |