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 |
官方網址 | 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", " |