SnooNotes
Usernotes plus a whole lot more!
SnooNotes là gì?
SnooNotes là một tiện ích mở rộng Chrome được phát triển bởi https://snoonotes.com, và tính năng chính của nó là "Usernotes plus a whole lot more!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng SnooNotes
Tải xuống các tệp mở rộng SnooNotes dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | lfoenkalfeojpdlgiccblfbjcjpanneg |
URL Chính Thức | https://chrome.google.com/webstore/detail/snoonotes/lfoenkalfeojpdlgiccblfbjcjpanneg |
Mô tả | Usernotes plus a whole lot more! |
Kích Thước Tệp | 476 KB |
Số Lần Cài Đặt | 773 |
Phiên Bản Hiện Tại | 2.6.0 |
Cập Nhật Lần Cuối | 2020-05-22 |
Ngày Phát Hành | 2020-05-22 |
Đánh Giá | 4.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | https://snoonotes.com |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } |