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 с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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", " |