SnooNotes
Usernotes plus a whole lot more!
Qu'est-ce que SnooNotes ?
SnooNotes est une extension Chrome développée par https://snoonotes.com, et sa fonction principale est "Usernotes plus a whole lot more!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension SnooNotes
Téléchargez les fichiers d'extension SnooNotes au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | lfoenkalfeojpdlgiccblfbjcjpanneg |
URL Officiel | https://chrome.google.com/webstore/detail/snoonotes/lfoenkalfeojpdlgiccblfbjcjpanneg |
Description | Usernotes plus a whole lot more! |
Taille du Fichier | 476 KB |
Nombre d'Installations | 773 |
Version Actuelle | 2.6.0 |
Dernière Mise à Jour | 2020-05-22 |
Date de Publication | 2020-05-22 |
Évaluation | 4.00/5 Total 4 Évaluations |
Développeur | https://snoonotes.com |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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\/*" ] } |