Moddit
Searchable, nested, cached modmail.
什么是Moddit?
Moddit是由dissimulate开发的Chrome扩展程序,该扩展的主要功能是“Searchable, nested, cached modmail.”。
扩展截图
下载Moddit扩展crx文件
下载Moddit扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Moddit is a tool that greatly improves reddit's modmail. Current features: - Cached modmail - Searchable cache - Nested comments - View modmail without leaving the page - Live notification of new modmail
扩展基本信息
名称 | Moddit |
ID | mcdaacllflfepdefllaofjbboojpfkpm |
官方URL | https://chromewebstore.google.com/detail/moddit/mcdaacllflfepdefllaofjbboojpfkpm |
简介 | Searchable, nested, cached modmail. |
文件大小 | 114 KB |
安装次数 | 12 |
当前版本 | 1.0.2 |
更新时间 | 2014-08-12 |
上架时间 | 2014-08-12 |
开发者 | dissimulate |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Moddit", "description": "Searchable, nested, cached modmail.", "version": "1.0.2", "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*.reddit.com\/*", "https:\/\/*.reddit.com\/*" ], "js": [ "lib\/jquery.js", "moddit.js", "modules\/moddit.modmail.js", "main.js" ], "css": [ "css\/style.css" ] } ], "web_accessible_resources": [ "lib\/jquery-1.10.2.min.map", "html\/*" ], "permissions": [ "http:\/\/*.reddit.com\/*", "https:\/\/*.reddit.com\/*" ], "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" } } |