SnooNotes
Usernotes plus a whole lot more!
ما هو SnooNotes؟
SnooNotes هو إضافة Chrome تم تطويرها بواسطة https://snoonotes.com، والميزة الرئيسية لها هي "Usernotes plus a whole lot more!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة SnooNotes
قم بتنزيل ملفات الامتداد SnooNotes بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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\/*"
]
} | |