提供元: dan-lovelace Add-on
Inspect and view changes in Reddit JSON UI source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"name": "Reddit JSON UI",
"browser_specific_settings": {
"gecko": {
"id": "temporary@addon.com",
"strict_min_version": "100.0"
}
},
"version": "0.0.1",
"description": "A customizable UI for Reddit's JSON pages",
"homepage_url": "https://github.com/dan-lovelace/reddit-json-ui",
"manifest_version": 2,
"icons": {
"128": "logo_128.png"
},
"browser_action": {
"default_popup": "popup.html"
},
"background": {
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"matches": [
"https://*.reddit.com/*"
],
"css": [
"main.css"
],
"js": [
"content.js"
],
"run_at": "document_start"
}
],
"permissions": [
"tabs",
"storage"
],
"web_accessible_resources": [
"reddit_logo_32.png",
"sandbox.html"
],
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
} ベストのReddit JSON UI代替案
Reddit JSON UIに類似したFirefox add-onをいくつか紹介します:
Reddit Theme Studio
dan-lovelace
JSON Viewer+
rxliuli
Styled JSON Viewer
Netbuddy.net
JSON Beautifier & Editor
Joe Ertaba
JSON Viewer
Dmytrii Lysak
JSON Viewer
dan3988
JSON Formatter Extension
Selcuk
Free JSON Formatter
Andret2344
Reddit Multi-Column
Pedro
JSON Viewer
Red Tercel
Redditify
Zeneux
Hacker News Pro
dan-lovelace