NoMeeting
Changes the word 'meeting' into the word 'review' when you type it, so that people always come prepared to future gatherings.
ما هو NoMeeting؟
NoMeeting هو إضافة Chrome تم تطويرها بواسطة https://nomeeting.org، والميزة الرئيسية لها هي "Changes the word 'meeting' into the word 'review' when you type it, so that people always come prepared to future gatherings.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة NoMeeting
قم بتنزيل ملفات الامتداد NoMeeting بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Changes the word "meeting" into the word "review" when you type it, so that people always come prepared to future gatherings. Learn more: https://productsofdesign.sva.edu/blog/nomeeting Based off of the delightful https://chrome.google.com/webstore/detail/auto-text-expander-for-go/iibninhmiggehlcdolcilmhacighjamp?hl=en Original Code: https://github.com/carlinyuen/ChromeAutoTextExpander This modified version: https://github.com/cromulus/ChromeAutoTextExpander
معلومات أساسية عن التمديد
الاسم | |
ID | afgbeglpkgmmbkbhpkfmmabdpfbejlef |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/nomeeting/afgbeglpkgmmbkbhpkfmmabdpfbejlef |
الوصف | Changes the word 'meeting' into the word 'review' when you type it, so that people always come prepared to future gatherings. |
حجم الملف | 144 KB |
عدد التثبيتات | 20 |
النسخة الحالية | 2.0.1 |
آخر تحديث | 2018-09-26 |
تاريخ النشر | 2018-09-26 |
المطور | https://nomeeting.org |
نوع الدفع | free |
موقع الإضافة | https://nomeeting.org/ |
عنوان صفحة المساعدة | https://nomeeting.org/support |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_EXTENSION_NAME__", "short_name": "__MSG_EXTENSION_SHORTNAME__", "version": "2.0.1", "manifest_version": 2, "description": "__MSG_EXTENSION_DESCRIPTION__", "icons": { "16": "images\/nomeeting.png", "48": "images\/nomeeting.png", "128": "images\/nomeeting.png" }, "default_locale": "en", "offline_enabled": true, "background": { "scripts": [ "scripts\/chromereload.js", "scripts\/constants.js", "scripts\/background.js" ] }, "permissions": [ "tabs", "storage", "unlimitedStorage", " |