NoMeeting
Changes the word 'meeting' into the word 'review' when you type it, so that people always come prepared to future gatherings.
Co to jest NoMeeting?
NoMeeting to rozszerzenie Chrome opracowane przez https://nomeeting.org, a jego główną funkcją jest „Changes the word 'meeting' into the word 'review' when you type it, so that people always come prepared to future gatherings.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia NoMeeting
Pobierz pliki rozszerzeń NoMeeting w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | afgbeglpkgmmbkbhpkfmmabdpfbejlef |
Oficjalny URL | https://chromewebstore.google.com/detail/nomeeting/afgbeglpkgmmbkbhpkfmmabdpfbejlef |
Opis | Changes the word 'meeting' into the word 'review' when you type it, so that people always come prepared to future gatherings. |
Rozmiar pliku | 144 KB |
Liczba instalacji | 20 |
Aktualna Wersja | 2.0.1 |
Ostatnia Aktualizacja | 2018-09-26 |
Data Publikacji | 2018-09-26 |
Deweloper | https://nomeeting.org |
Typ Płatności | free |
Strona Rozszerzenia | https://nomeeting.org/ |
Adres URL Strony Pomocy | https://nomeeting.org/support |
Obsługiwane Języki | 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", " |