NoMeeting
Changes the word 'meeting' into the word 'review' when you type it, so that people always come prepared to future gatherings.
NoMeeting क्या है?
NoMeeting 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 फ़ाइल डाउनलोड करें
crx प्रारूप में NoMeeting एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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/ |
सहायता पृष्ठ URL | 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", " |