Inspect and view changes in OMP Send Context source codes across current and past versions
Try xHeader →
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "OMP Send Context",
"version": "1.8.26",
"description": "Send selected web-page context to Oh My Pi when explicitly invoked; never send automatically.",
"homepage_url": "https://github.com/klondikemarlen/omp-send-context",
"icons": {
"48": "icons/icon-48.png",
"96": "icons/icon-96.png",
"128": "icons/icon-128.png"
},
"browser_specific_settings": {
"gecko": {
"id": "omp-send-context@klondikemarlen.github.io",
"strict_min_version": "142.0",
"data_collection_permissions": {
"required": [
"none"
]
}
}
},
"permissions": [
"http://*/*",
"https://*/*",
"clipboardWrite",
"menus",
"nativeMessaging",
"notifications"
],
"background": {
"scripts": [
"context.js",
"background.js"
]
},
"content_scripts": [
{
"matches": [
"http://*/*",
"https://*/*"
],
"js": [
"context.js",
"content.js"
],
"run_at": "document_idle"
}
],
"commands": {
"send-context": {
"suggested_key": {
"default": "Ctrl+Alt+K",
"linux": "Ctrl+Alt+K",
"windows": "Ctrl+Alt+K",
"mac": "Command+Alt+K"
},
"description": "Send selected web-page context to OMP"
}
},
"browser_action": {
"default_icon": {
"48": "icons/icon-48.png",
"96": "icons/icon-96.png",
"128": "icons/icon-128.png"
},
"default_popup": "popup.html",
"default_title": "OMP Send Context; click to open controls"
}
} Best OMP Send Context Alternatives
Here are some Firefox add-ons that are similar to OMP Send Context:
Copy With Context
Joakim Almgren
Context (ctxt.io)
Context
Osy Helper
SIGMA WORKS
Copy title and url
riccardo
EasyWPP
FaelDi
Send Tab to Device Enhancer
Juraj Mäsiar
Context Searcher
Zenomat
TextCompanion
Jan Riechers
Clipsync
Clipsync
Copy page title and url
Marek Jedliński
Context Search
Olivier de Broqueville
copy-on-mouse-select
Pascal Rigaux