Google Drive Images Redirector
When activated shows a direct link to a Google Drive image instead of opening it in the Google Drive Viewer.
Cos'è Google Drive Images Redirector?
Google Drive Images Redirector è un'estensione di Chrome sviluppata da dvhb, e la sua funzione principale è "When activated shows a direct link to a Google Drive image instead of opening it in the Google Drive Viewer.".
Scarica il file CRX dell'estensione Google Drive Images Redirector
Scarica i file di estensione Google Drive Images Redirector in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
When activated shows a direct link to a Google Drive image instead of opening it in the Google Drive Viewer.
Informazioni di Base sull'Estensione
Nome | |
ID | fndebjggeamljkklolciingbiankaobg |
URL Ufficiale | https://chrome.google.com/webstore/detail/google-drive-images-redir/fndebjggeamljkklolciingbiankaobg |
Descrizione | When activated shows a direct link to a Google Drive image instead of opening it in the Google Drive Viewer. |
Dimensione del File | 5.65 KB |
Conteggio Installazioni | 57 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2015-07-29 |
Data di Pubblicazione | 2015-07-29 |
Sviluppatore | dvhb |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://dvhb.ru |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Google Drive Images Redirector", "description": "", "version": "1.0.1", "browser_action": { "default_icon": ".\/icon-32.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "background" ], "content_scripts": [ { "matches": [ "*:\/\/drive.google.com\/*" ], "js": [ "script.js" ] } ] } |