Free Mind Map Creator
Friction free mind map creator! For more feature and Google Drive integration, visit our website!
ما هو Free Mind Map Creator؟
Free Mind Map Creator هو إضافة Chrome تم تطويرها بواسطة https://minddraw.io، والميزة الرئيسية لها هي "Friction free mind map creator! For more feature and Google Drive integration, visit our website!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Free Mind Map Creator
قم بتنزيل ملفات الامتداد Free Mind Map Creator بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Our map presents you an easy way to create a friction-free mind map with interactive look, awesome features and best of all, it's 100% free. Our application is deeply integrated with Google Drive so you can always save your work in the cloud, export it to your devices and share them among your colleagues.
معلومات أساسية عن التمديد
الاسم | Free Mind Map Creator |
ID | dkbcljcbmgdplgkijcjljmkakkpkoppa |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/free-mind-map-creator/dkbcljcbmgdplgkijcjljmkakkpkoppa |
الوصف | Friction free mind map creator! For more feature and Google Drive integration, visit our website! |
حجم الملف | 2.78 MB |
عدد التثبيتات | 2,554 |
النسخة الحالية | 1.0 |
آخر تحديث | 2019-04-05 |
تاريخ النشر | 2019-04-04 |
تقييم | 2.00/5 مجموع تقييمات 1 |
المطور | https://minddraw.io |
نوع الدفع | free |
موقع الإضافة | https://minddraw.io |
عنوان صفحة المساعدة | https://minddraw.io/contact |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Free Mind Map Creator", "version": "1.0", "manifest_version": 2, "description": "Friction free mind map creator! For more feature and Google Drive integration, visit our website!", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "icons": { "512": "logo_512.png", "256": "logo_256.png", "128": "logo_128.png", "96": "logo_96.png", "64": "logo_64.png", "48": "logo_48.png", "32": "logo_32.png", "16": "logo_16.png" }, "browser_action": { "default_icon": { "512": "logo_512.png", "256": "logo_256.png", "128": "logo_128.png", "96": "logo_96.png", "64": "logo_64.png", "48": "logo_48.png", "32": "logo_32.png", "16": "logo_16.png" } }, "background": { "scripts": [ "launch.js" ] } } |