NoMeeting
Changes the word 'meeting' into the word 'review' when you type it, so that people always come prepared to future gatherings.
什么是NoMeeting?
NoMeeting是由https://nomeeting.org开发的Chrome扩展程序,该扩展的主要功能是“Changes the word 'meeting' into the word 'review' when you type it, so that people always come prepared to future gatherings.”。
扩展截图
下载NoMeeting扩展crx文件
下载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", " |