Remind Share Button
Share links with your Remind classes in a single click.
Remind Share Buttonคืออะไร?
Remind Share Button เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.remind.com และคุณลักษณะหลักของมันคือ "Share links with your Remind classes in a single click."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Remind Share Button
ดาวน์โหลดไฟล์ส่วนขยาย Remind Share Button ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Save time and extend learning beyond the classroom by sharing resources with your Remind classes.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | fidipdaiencjpnmkjcebeclkgalhcedi |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/remind-share-button/fidipdaiencjpnmkjcebeclkgalhcedi |
คำอธิบาย | Share links with your Remind classes in a single click. |
ขนาดไฟล์ | 1.8 MB |
จำนวนการติดตั้ง | 277 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2017-09-29 |
วันที่เผยแพร่ | 2017-09-29 |
คะแนน | 3.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | https://www.remind.com |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Remind Share Button", "version": "1.1", "manifest_version": 2, "description": "Share links with your Remind classes in a single click.", "author": "Connor Pierson", "browser_action": { "default_icon": "icons\/logosquare128.png" }, "icons": { "16": "icons\/logosquare16.png", "48": "icons\/logosquare48.png", "128": "icons\/logosquare128.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "activeTab" ] } |