제작자: b4ckup
Inspect and view changes in quick-cmd source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "quick-cmd",
"version": "0.2.3",
"description": "An add-on that provides a vscode like quick-command popup. Open with Alt-Shift-P",
"icons": {
"48": "icons/icon.svg",
"96": "icons/icon.svg"
},
"browser_specific_settings": {
"gecko": {
"id": "{6943418e-1aea-4faa-be6f-6d06dd9609e9}",
"strict_min_version": "63.0"
}
},
"content_scripts": [],
"background": {
"scripts": [
"dist/background.js"
]
},
"browser_action": {
"default_icon": {
"19": "icons/icon.svg",
"38": "icons/icon.svg"
},
"default_title": "quick-cmd",
"default_popup": "dist/popup.html"
},
"permissions": [
"bookmarks",
"storage",
"tabs",
"tabHide",
"history",
"search"
],
"options_ui": {
"page": "dist/options.html",
"browser_style": true
},
"commands": {
"_execute_browser_action": {
"suggested_key": {
"default": "Alt+Shift+P"
}
}
}
} 최고의 quick-cmd 대안
다음은 quick-cmd과(와) 유사한 Firefox add-on입니다:
cmd
dietrich ayala
Quick Commands for Firefox
TwisterMc
Quick Commands
victal
Vivaldfox
sarukiti
Search Commander
Burak Unver
quick search shortcuts (QSC)
Lumi
Quick Google Search
Dear13
Quick Search
wmccall
Shortcut Reference
Jubair Islam
Omnibox Shortcuts
vtst
Commandeer
Cartigan