Google Drive Export Link Generator
Create direct download links for files
ما هو Google Drive Export Link Generator؟
Google Drive Export Link Generator هو إضافة Chrome تم تطويرها بواسطة monsen.dag، والميزة الرئيسية لها هي "Create direct download links for files".
تحميل ملف CRX للإضافة Google Drive Export Link Generator
قم بتنزيل ملفات الامتداد Google Drive Export Link Generator بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
معلومات أساسية عن التمديد
الاسم | |
ID | caedmofclhbckdbpnmnbhclifmjmgpnb |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/google-drive-export-link/caedmofclhbckdbpnmnbhclifmjmgpnb |
الوصف | Create direct download links for files |
حجم الملف | 226 KB |
عدد التثبيتات | 464 |
النسخة الحالية | 1.0.0 |
آخر تحديث | 2017-04-05 |
تاريخ النشر | 2017-04-05 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | monsen.dag |
نوع الدفع | free |
اللغات المدعومة | 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" ] } |