Google Drive Images Redirector
When activated shows a direct link to a Google Drive image instead of opening it in the Google Drive Viewer.
ما هو Google Drive Images Redirector؟
Google Drive Images Redirector هو إضافة Chrome تم تطويرها بواسطة dvhb، والميزة الرئيسية لها هي "When activated shows a direct link to a Google Drive image instead of opening it in the Google Drive Viewer.".
تحميل ملف CRX للإضافة Google Drive Images Redirector
قم بتنزيل ملفات الامتداد Google Drive Images Redirector بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
When activated shows a direct link to a Google Drive image instead of opening it in the Google Drive Viewer.
معلومات أساسية عن التمديد
الاسم | |
ID | fndebjggeamljkklolciingbiankaobg |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/google-drive-images-redir/fndebjggeamljkklolciingbiankaobg |
الوصف | When activated shows a direct link to a Google Drive image instead of opening it in the Google Drive Viewer. |
حجم الملف | 5.65 KB |
عدد التثبيتات | 57 |
النسخة الحالية | 1.0.1 |
آخر تحديث | 2015-07-29 |
تاريخ النشر | 2015-07-29 |
المطور | dvhb |
نوع الدفع | free |
موقع الإضافة | http://dvhb.ru |
اللغات المدعومة | 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" ] } ] } |