SnooNotes

Usernotes plus a whole lot more!

SnooNotesとは何ですか?

SnooNotesはhttps://snoonotes.comによって開発されたChromeの拡張機能で、その主な機能は「Usernotes plus a whole lot more!」です。

拡張機能のスクリーンショット

screenshot

SnooNotes拡張機能のCRXファイルをダウンロード

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
Eメール [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\/*"
    ]
}