By: deseven
Inspect and view changes in QuickLLM source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "QuickLLM",
"version": "1.1.1",
"description": "Integrate LLMs (OpenAI/Anthropic/Ollama and compatible APIs) with your browser for quick page text processing",
"author": "deseven",
"homepage_url": "https://github.com/deseven/firefox-quickllm",
"browser_specific_settings": {
"gecko": {
"id": "quickllm@d7.wtf",
"data_collection_permissions": {
"required": [
"none"
]
}
}
},
"permissions": [
"activeTab",
"contextMenus",
"storage",
"tabs",
"https://api.openai.com/*",
"https://api.anthropic.com/*",
"https://*/*",
"http://*/*"
],
"background": {
"scripts": [
"dist/browser-polyfill.js",
"dist/background.js"
],
"persistent": true
},
"browser_action": {
"default_popup": "dist/extension.html",
"default_title": "QuickLLM",
"default_icon": {
"16": "quickllm-16.png",
"32": "quickllm-32.png",
"48": "quickllm-48.png",
"128": "quickllm-128.png"
}
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"dist/browser-polyfill.js",
"dist/injector.js"
],
"run_at": "document_end"
}
],
"commands": {
"open-quickllm": {
"suggested_key": {
"default": "Alt+Shift+I",
"mac": "Command+Shift+I"
},
"description": "Open QuickLLM to process selected text or page content"
}
},
"options_ui": {
"page": "dist/settings.html",
"open_in_tab": true
},
"web_accessible_resources": [],
"icons": {
"16": "quickllm-16.png",
"32": "quickllm-32.png",
"48": "quickllm-48.png",
"128": "quickllm-128.png"
}
} Best QuickLLM Alternatives
Here are some Firefox add-ons that are similar to QuickLLM:
Noice - LLM Assistant
Danny Peck
Rallx browser AI
RMK
Multi LLM
jai mishra
LLM Translator
Leo
Yaq
Abin Simon
Local LLM Translator
Eldoprano
MelonTranslate
jamielgbr
browserllama-beta
nachiket
LLMFeeder - Web to Markdown for AI
jatinkrmalik.com
LLM Streaming Translator
RoxyZZZ
LLM Toolbox
Burak Unver
Chitan - LLM Writing Assistant
Ardin Fardiansyah