Google Drive Images Redirector
When activated shows a direct link to a Google Drive image instead of opening it in the Google Drive Viewer.
Wat is Google Drive Images Redirector?
Google Drive Images Redirector is een Chrome-extensie ontwikkeld door dvhb, en de belangrijkste functie is "When activated shows a direct link to a Google Drive image instead of opening it in the Google Drive Viewer.".
Download het CRX-bestand van de extensie Google Drive Images Redirector
Download Google Drive Images Redirector-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
When activated shows a direct link to a Google Drive image instead of opening it in the Google Drive Viewer.
Basisinformatie over de Extensie
Naam | |
ID | fndebjggeamljkklolciingbiankaobg |
Officiële URL | https://chrome.google.com/webstore/detail/google-drive-images-redir/fndebjggeamljkklolciingbiankaobg |
Beschrijving | When activated shows a direct link to a Google Drive image instead of opening it in the Google Drive Viewer. |
Bestandsgrootte | 5.65 KB |
Aantal Installaties | 57 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2015-07-29 |
Publicatiedatum | 2015-07-29 |
Ontwikkelaar | dvhb |
Betalingswijze | free |
Extensiewebsite | http://dvhb.ru |
Ondersteunde Talen | 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" ] } ] } |