提供元: Faihan
Inspect and view changes in Live Expression source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Live Expression",
"version": "1.0.2",
"description": "Evaluate live expressions in browser",
"author": "Faihan",
"permissions": [
"devtools"
],
"icons": {
"16": "icons/icon.svg",
"48": "icons/icon.svg",
"128": "icons/icon.svg"
},
"content_scripts": [
{
"matches": [
"*://*/*"
],
"js": [
"js/content.js"
]
}
],
"background": {
"scripts": [
"js/background.js"
],
"persistent": true
},
"devtools_page": "html/devtools-page.html",
"browser_specific_settings": {
"gecko": {
"id": "{c90bed23-e82c-4ae8-8873-38096641ffb4}"
}
}
} ベストのLive Expression代替案
Live Expressionに類似したFirefox add-onをいくつか紹介します:
Live Expression-Devloper Tool
weirdcreators
LiveDebugger DevTools
Software Mansion
Quick Eval
Patricia Harrell
devtools Extension
Weihua Wang
Live Dev
Greg Bowler
Real-time Code Linter
Francis Ruiz
Live Server Web Extension
Ritwick Dey
Evaluate - Run Code Anytime, Anywhere
Apteryx Software
ES6 Script Editor for Developer Tools
iwin
Simple Calculator Live
Crypto llc.