NoMeeting
Changes the word 'meeting' into the word 'review' when you type it, so that people always come prepared to future gatherings.
Was ist NoMeeting?
NoMeeting ist eine Chrome-Erweiterung, die von https://nomeeting.org entwickelt wurde, und ihr Hauptmerkmal ist "Changes the word 'meeting' into the word 'review' when you type it, so that people always come prepared to future gatherings.".
Erweiterungsscreenshots
NoMeeting-Erweiterungs-CRX-Datei herunterladen
Laden Sie NoMeeting-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | |
ID | afgbeglpkgmmbkbhpkfmmabdpfbejlef |
Offizielle URL | https://chromewebstore.google.com/detail/nomeeting/afgbeglpkgmmbkbhpkfmmabdpfbejlef |
Beschreibung | Changes the word 'meeting' into the word 'review' when you type it, so that people always come prepared to future gatherings. |
Dateigröße | 144 KB |
Installationsanzahl | 20 |
Aktuelle Version | 2.0.1 |
Letztes Update | 2018-09-26 |
Veröffentlichungsdatum | 2018-09-26 |
Entwickler | https://nomeeting.org |
Zahlungsart | free |
Erweiterungswebsite | https://nomeeting.org/ |
Hilfeseite URL | https://nomeeting.org/support |
Unterstützte Sprachen | 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", " |