Wifi Share
A minimal browser extension to allow you to share a scratchpad over the network.
ما هو Wifi Share؟
Wifi Share هو إضافة Chrome تم تطويرها بواسطة https://quick-wifi-share.web.app، والميزة الرئيسية لها هي "A minimal browser extension to allow you to share a scratchpad over the network.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Wifi Share
قم بتنزيل ملفات الامتداد Wifi Share بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Want to share a short piece of snippet to another device on the network without needing to open email, whatsapp or any other third party tool? With Wifishare, you can. No need to login into or install any 3rd party software.Just install this extension and you're done.
معلومات أساسية عن التمديد
الاسم | Wifi Share |
ID | kdjhpollblakokcnfhbgmallkelgncbn |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/wifi-share/kdjhpollblakokcnfhbgmallkelgncbn |
الوصف | A minimal browser extension to allow you to share a scratchpad over the network. |
حجم الملف | 899 KB |
عدد التثبيتات | 64 |
النسخة الحالية | 0.0.2 |
آخر تحديث | 2023-04-28 |
تاريخ النشر | 2023-03-11 |
تقييم | 1.00/5 مجموع تقييمات 1 |
المطور | https://quick-wifi-share.web.app |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/Pranav2612000/wifi_share |
عنوان صفحة المساعدة | https://github.com/Pranav2612000/wifi_share/issues |
عنوان صفحة سياسة الخصوصية | https://pranavjoglekarcodes.web.app/miscellaneous/PrivacyPolicy |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "short_name": "Wifi Share", "name": "Wifi Share", "description": "A minimal browser extension to allow you to share a scratchpad over the network.", "version": "0.0.2", "manifest_version": 3, "action": { "default_popup": "index.html", "default_title": "Open the popup" }, "icons": { "16": "logo.png", "48": "logo.png", "128": "logo.png" }, "start_url": ".", "display": "standalone", "theme_color": "#000000", "background_color": "#ffffff", "background": { "service_worker": "static\/js\/background.js" }, "permissions": [ "contextMenus", "storage" ] } |