SnooNotes
Usernotes plus a whole lot more!
Wat is SnooNotes?
SnooNotes is een Chrome-extensie ontwikkeld door https://snoonotes.com, en de belangrijkste functie is "Usernotes plus a whole lot more!".
Extensie Screenshots
Download het CRX-bestand van de extensie SnooNotes
Download SnooNotes-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | lfoenkalfeojpdlgiccblfbjcjpanneg |
Officiële URL | https://chrome.google.com/webstore/detail/snoonotes/lfoenkalfeojpdlgiccblfbjcjpanneg |
Beschrijving | Usernotes plus a whole lot more! |
Bestandsgrootte | 476 KB |
Aantal Installaties | 773 |
Huidige Versie | 2.6.0 |
Laatst Bijgewerkt | 2020-05-22 |
Publicatiedatum | 2020-05-22 |
Beoordeling | 4.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | https://snoonotes.com |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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\/*" ] } |