By: Leila
Inspect and view changes in Quick Code Console source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"name": "__MSG_extensionName__",
"version": "2.1",
"description": "__MSG_extensionDescription__",
"permissions": [
"storage",
"activeTab",
"scripting"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"page_action": {
"default_popup": "popup.html"
},
"browser_action": {
"default_popup": "popup.html"
},
"options_page": "options.html",
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"css": [
"contentScript.css"
],
"js": [
"contentScript.js"
]
}
],
"icons": {
"16": "/images/ico48.png",
"32": "/images/ico48.png",
"48": "/images/ico48.png",
"128": "/images/ico48.png"
},
"manifest_version": 2,
"browser_specific_settings": {
"gecko": {
"id": "{f6cad33e-f1e9-3551-ab52-adb1e52e9daa}",
"data_collection_permissions": {
"required": [
"none"
],
"collects_data": false
}
}
}
} Best Quick Code Console Alternatives
Here are some Firefox add-ons that are similar to Quick Code Console:
Code Runner
Patricia Harrell
Quick access to CodeSandbox
codesandbox_helper
JavaScript Playground ⚡ Online JS Compiler
onyxwizard
JS Sandbox
Patricia Harrell
RunCode - OnlineCompiler
RunCode - Cloud Development Environment
Console Shortcut
vfa
CodeSandbox Helper Development
codesandbox-helper
Live Expression-Devloper Tool
weirdcreators
JS and CSS snippets for web
Yupma
CodeSandbox Helper
codesandbox-helper
Evaluate - Run Code Anytime, Anywhere
Apteryx Software
HTML Live Editor
DIZE TECH IT SOLUTIONS