SnooNotes
Usernotes plus a whole lot more!
Apa itu SnooNotes?
SnooNotes adalah ekstensi Chrome yang dikembangkan oleh https://snoonotes.com, dan fitur utamanya adalah "Usernotes plus a whole lot more!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi SnooNotes
Unduh file ekstensi SnooNotes dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | lfoenkalfeojpdlgiccblfbjcjpanneg |
URL Resmi | https://chrome.google.com/webstore/detail/snoonotes/lfoenkalfeojpdlgiccblfbjcjpanneg |
Deskripsi | Usernotes plus a whole lot more! |
Ukuran File | 476 KB |
Jumlah Instalasi | 773 |
Versi Saat Ini | 2.6.0 |
Terakhir Diperbarui | 2020-05-22 |
Tanggal Publikasi | 2020-05-22 |
Penilaian | 4.00/5 Total 4 Penilaian |
Pengembang | https://snoonotes.com |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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\/*" ] } |