Google Drive Path Copy Extension
An extension to copy Google Drive file paths.
ما هو Google Drive Path Copy Extension؟
Google Drive Path Copy Extension هو إضافة Chrome تم تطويرها بواسطة SINGALO، والميزة الرئيسية لها هي "An extension to copy Google Drive file paths.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Google Drive Path Copy Extension
قم بتنزيل ملفات الامتداد Google Drive Path Copy Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
You can copy the Google Drive Desktop file path from Google Drive in your browser. You can also convert paths between Windows and Mac.
معلومات أساسية عن التمديد
الاسم | Google Drive Path Copy Extension |
ID | ggokkjihmnihdgbdoieolhclphphpakd |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/google-drive-path-copy-ex/ggokkjihmnihdgbdoieolhclphphpakd |
الوصف | An extension to copy Google Drive file paths. |
حجم الملف | 35.38 KB |
عدد التثبيتات | 122 |
النسخة الحالية | 1.0.2 |
آخر تحديث | 2023-01-26 |
تاريخ النشر | 2023-01-24 |
المطور | SINGALO |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Google Drive Path Copy Extension", "short_name": "Google Drive Path Copy Extension", "author": "SINGALO", "version": "1.0.2", "description": "An extension to copy Google Drive file paths.", "background": { "service_worker": "background.js", "run_at": "document_start" }, "action": { "default_icon": ".\/img\/icon.png", "default_popup": ".\/popup\/popup.html", "default_title": "Google Drive Path Copy Extension" }, "permissions": [ "storage", "activeTab", "scripting" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "128": ".\/img\/icon128.png", "96": ".\/img\/icon.png" } } |