SnooNotes
Usernotes plus a whole lot more!
什么是SnooNotes?
SnooNotes是由https://snoonotes.com开发的Chrome扩展程序,该扩展的主要功能是“Usernotes plus a whole lot more!”。
扩展截图
下载SnooNotes扩展crx文件
下载SnooNotes扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A server backed, user notes system for reddit moderators. A good replacement if you run out of mod toolbox notes!
Also integrates with layer7 tooling (https://layer7.solutions) to provide removal reasons and channel banning through the native reddit UI. 扩展基本信息
| 名称 | |
| ID | lfoenkalfeojpdlgiccblfbjcjpanneg |
| 官方URL | https://chrome.google.com/webstore/detail/snoonotes/lfoenkalfeojpdlgiccblfbjcjpanneg |
| 简介 | Usernotes plus a whole lot more! |
| 文件大小 | 476 KB |
| 安装次数 | 773 |
| 当前版本 | 2.6.0 |
| 更新时间 | 2020-05-22 |
| 上架时间 | 2020-05-22 |
| 评分 | 4.00/5 共4次评分 |
| 开发者 | https://snoonotes.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "SnooNotes",
"description": "Usernotes plus a whole lot more!",
"version": "2.6.0",
"manifest_version": 2,
"background": {
"scripts": [
"scripts\/background.js"
]
},
"web_accessible_resources": [
"fonts\/*.woff2"
],
"content_scripts": [
{
"matches": [
"*:\/\/*.reddit.com\/*"
],
"css": [
"styles\/contentscript.css"
],
"js": [
"scripts\/contentscript.js"
],
"run_at": "document_end",
"all_frames": false
},
{
"matches": [
"https:\/\/snoonotes.com\/Auth\/redux*"
],
"js": [
"scripts\/signinCallback.js"
],
"all_frames": true
}
],
"externally_connectable": {
"ids": []
},
"permissions": [
"storage",
"http:\/\/fonts.googleapis.com\/",
"https:\/\/fonts.googleapis.com\/",
"https:\/\/*.reddit.com\/*",
"https:\/\/*.snoonotes.com\/*"
]
} | |