Inspect and view changes in LIT Prompts source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"version": "1.0.0",
"name": "LIT Prompting",
"description": "Create and run LLM prompt templates based on in-browser content and user input.",
"homepage_url": "https://github.com/SuffolkLITLab/prompts",
"action": {
"default_icon": "img/icon-128.png",
"default_title": "LIT Prompting",
"default_popup": "popup.html"
},
"icons": {
"16": "img/icon-16.png",
"48": "img/icon-48.png",
"128": "img/icon-128.png"
},
"background": {
"scripts": [
"js/platform.js",
"js/background.js"
]
},
"permissions": [
"activeTab",
"scripting"
],
"host_permissions": [
"http://*/*",
"https://*/*"
],
"options_ui": {
"page": "options.html",
"open_in_tab": true
},
"optional_permissions": [
"userScripts",
"clipboardRead",
"clipboardWrite"
],
"content_scripts": [
{
"matches": [
"http://*/*",
"https://*/*"
],
"js": [
"js/selection_capture.js",
"js/selection_tracker.js"
],
"run_at": "document_start",
"all_frames": true
}
],
"browser_specific_settings": {
"gecko": {
"id": "litlab@suffolk.edu",
"data_collection_permissions": {
"required": [
"authenticationInfo",
"websiteContent",
"browsingActivity"
]
}
}
}
} Best LIT Prompts Alternatives
Here are some Firefox add-ons that are similar to LIT Prompts:
Prompt LLM
Hasan YILMAZ
AI Prompt Saver
SoenkeS
PromptTemplates
FarmaanFJM
QuickLLM
deseven
Promptify
jakur
Lovable Prompt Helper
J-Henriksson
Promptive
Softgeist
Vaulted Prompts
Vaulted Prompts
Chitan - LLM Writing Assistant
Ardin Fardiansyah
Souffleur
Tingler
AI Prompts
Ariel Flesler
fnPrompt - AI Prompt Architect
Seçkin Sefa Durası