Moments <> Notifications
Moments and notifications were swapped on twitter so that we accidentally use moments. This swaps them back.
Moments <> Notificationsคืออะไร?
Moments <> Notifications เป็นส่วนขยายของ Chrome ที่พัฒนาโดย cullenbmacdonald และคุณลักษณะหลักของมันคือ "Moments and notifications were swapped on twitter so that we accidentally use moments. This swaps them back."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Moments <> Notifications
ดาวน์โหลดไฟล์ส่วนขยาย Moments <> Notifications ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Moments and notifications were swapped on twitter so that we accidentally use moments. This swaps them back.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Moments <> Notifications |
ID | ccdkcbjfcfkiegpacpmneajglhohnfok |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/moments-%3C%3E-notifications/ccdkcbjfcfkiegpacpmneajglhohnfok |
คำอธิบาย | Moments and notifications were swapped on twitter so that we accidentally use moments. This swaps them back. |
ขนาดไฟล์ | 600 KB |
จำนวนการติดตั้ง | 134 |
เวอร์ชันปัจจุบัน | 0.3 |
อัปเดตครั้งล่าสุด | 2015-12-05 |
วันที่เผยแพร่ | 2015-12-04 |
คะแนน | 4.44/5 รวมทั้งหมด 9 คะแนน |
ผู้พัฒนา | cullenbmacdonald |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://cullen.website |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Moments <> Notifications", "version": "0.3", "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*", "https:\/\/www.twitter.com\/*" ], "js": [ "content.js" ] } ] } |