NoMeeting
Changes the word 'meeting' into the word 'review' when you type it, so that people always come prepared to future gatherings.
What is NoMeeting?
NoMeeting is a Chrome extension developed by https://nomeeting.org, and its main feature is "Changes the word 'meeting' into the word 'review' when you type it, so that people always come prepared to future gatherings.".
Extension Screenshots
Download NoMeeting Extension CRX File
Download NoMeeting extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | |
ID | afgbeglpkgmmbkbhpkfmmabdpfbejlef |
Official URL | https://chromewebstore.google.com/detail/nomeeting/afgbeglpkgmmbkbhpkfmmabdpfbejlef |
Description | Changes the word 'meeting' into the word 'review' when you type it, so that people always come prepared to future gatherings. |
File Size | 144 KB |
Installation Count | 20 |
Current Version | 2.0.1 |
Last Updated | 2018-09-26 |
Publish Date | 2018-09-26 |
Developer | https://nomeeting.org |
Payment Type | free |
Extension Website | https://nomeeting.org/ |
Help Page URL | https://nomeeting.org/support |
Supported Languages | 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", " |