SnooNotes
Usernotes plus a whole lot more!
什麼是SnooNotes?
SnooNotes是由https://snoonotes.com開發的Chrome擴展程式,該擴展的主要功能是“Usernotes plus a whole lot more!”。
擴展截圖
下載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.
擴展基本資訊
名稱 | |
ID | lfoenkalfeojpdlgiccblfbjcjpanneg |
官方網址 | 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\/*" ] } |