By: massi
Inspect and view changes in org-link source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "orglink",
"version": "1.1resigned1",
"applications": {
"gecko": {
"id": "mdsib@orglink"
}
},
"description": "Copies a formatted org-mode link with selected text as description and current page url as link.",
"permissions": [
"contextMenus",
"clipboardWrite",
"<all_urls>"
],
"background": {
"scripts": [
"menu.js"
]
},
"icons": {
"48": "icons/orglink-48.png",
"96": "icons/orglink-96.png"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"main.js"
]
}
]
} Best org-link Alternatives
Here are some Firefox add-ons that are similar to org-link:
Copy as Org-Mode
ono ono
Format Link
Hiroaki Nakamura
Copy Link and Text
Alexander Dietrich
Copy Link With Click
Daniel Kaplan
Easy link copy
tikfy
Copy Page Link
Nicholas Hoyt
link-copy
Rudy
Copy HTML link
Ian Bicking
Link Text and Location Copier
William Groenendijk
Copy page title and url
Marek Jedliński
Copy URL To Clipboard
asamuzaK
copytextandurl
klml