SnooNotes

Usernotes plus a whole lot more!

SnooNotesคืออะไร?

SnooNotes เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://snoonotes.com และคุณลักษณะหลักของมันคือ "Usernotes plus a whole lot more!"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SnooNotes

ดาวน์โหลดไฟล์ส่วนขยาย SnooNotes ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ SnooNotes SnooNotes
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\/*"
    ]
}