Moments <> Notifications
Moments and notifications were swapped on twitter so that we accidentally use moments. This swaps them back.
什麼是Moments <> Notifications?
Moments <> Notifications是由cullenbmacdonald開發的Chrome擴展程式,該擴展的主要功能是“Moments and notifications were swapped on twitter so that we accidentally use moments. This swaps them back.”。
擴展截圖
下載Moments <> Notifications擴展crx文件
下載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 |
官方網址 | 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" ] } ] } |