NoMeeting
Changes the word 'meeting' into the word 'review' when you type it, so that people always come prepared to future gatherings.
¿Qué es NoMeeting?
NoMeeting es una extensión de Chrome desarrollada por https://nomeeting.org, y su función principal es "Changes the word 'meeting' into the word 'review' when you type it, so that people always come prepared to future gatherings.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión NoMeeting
Descarga archivos de extensión NoMeeting en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | |
ID | afgbeglpkgmmbkbhpkfmmabdpfbejlef |
URL Oficial | https://chromewebstore.google.com/detail/nomeeting/afgbeglpkgmmbkbhpkfmmabdpfbejlef |
Descripción | Changes the word 'meeting' into the word 'review' when you type it, so that people always come prepared to future gatherings. |
Tamaño del Archivo | 144 KB |
Cantidad de Instalaciones | 20 |
Versión Actual | 2.0.1 |
Última Actualización | 2018-09-26 |
Fecha de Publicación | 2018-09-26 |
Desarrollador | https://nomeeting.org |
Tipo de Pago | free |
Sitio Web de la Extensión | https://nomeeting.org/ |
URL de la Página de Ayuda | https://nomeeting.org/support |
Idiomas Soportados | 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", " |