Google Drive Images Redirector
When activated shows a direct link to a Google Drive image instead of opening it in the Google Drive Viewer.
Apa itu Google Drive Images Redirector?
Google Drive Images Redirector adalah ekstensi Chrome yang dikembangkan oleh dvhb, dan fitur utamanya adalah "When activated shows a direct link to a Google Drive image instead of opening it in the Google Drive Viewer.".
Unduh Berkas CRX Ekstensi Google Drive Images Redirector
Unduh file ekstensi Google Drive Images Redirector dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
When activated shows a direct link to a Google Drive image instead of opening it in the Google Drive Viewer.
Informasi Dasar Ekstensi
Nama | |
ID | fndebjggeamljkklolciingbiankaobg |
URL Resmi | https://chrome.google.com/webstore/detail/google-drive-images-redir/fndebjggeamljkklolciingbiankaobg |
Deskripsi | When activated shows a direct link to a Google Drive image instead of opening it in the Google Drive Viewer. |
Ukuran File | 5.65 KB |
Jumlah Instalasi | 57 |
Versi Saat Ini | 1.0.1 |
Terakhir Diperbarui | 2015-07-29 |
Tanggal Publikasi | 2015-07-29 |
Pengembang | dvhb |
Tipe Pembayaran | free |
Situs Ekstensi | http://dvhb.ru |
Bahasa yang Didukung | 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" ] } ] } |