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", " |