By: gabesullice
Inspect and view changes in Fastpath source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "URL Path Copier",
"version": "1.1.1",
"description": "Copies and pastes URL paths between tabs, ignoring and preserving the tab's origin.",
"homepage_url": "https://github.com/gabesullice/fastpath",
"icons": {
"48": "icons/icon.svg",
"96": "icons/icon.svg"
},
"commands": {
"copy-path": {
"suggested_key": {
"default": "Alt+Shift+U"
},
"description": "Copy the current tab's URL path to the clipboard"
},
"paste-path": {
"suggested_key": {
"default": "Alt+Shift+I"
},
"description": "Paste a URL path from the clipboard to the current tab"
}
},
"background": {
"scripts": [
"actions.js",
"background.js"
]
},
"permissions": [
"activeTab",
"clipboardWrite",
"clipboardRead"
],
"browser_action": {
"default_icon": "icons/icon.svg",
"default_title": "URL Path Copier",
"default_popup": "popup.html"
},
"browser_specific_settings": {
"gecko": {
"id": "fastpath@browser-extensions.sullice.com",
"data_collection_permissions": {
"required": [
"none"
]
}
}
}
} Best Fastpath Alternatives
Here are some Firefox add-ons that are similar to Fastpath:
Copy Extra URL
Alexey
QuickPath
UtilsFactory
Copy TabURLs to Clipboard
igorlogius
Copy TabURLs
igorlogius
Copy Tab URLs
Firefox user 13243341
Copy Tab URL as HTML Anchor/Link
igorlogius
Copy Window URLs
jtagcat
Copy and Paste Tabs
Stanislav Senotrusov
Copy TabURLs as HTML Anchors / Links
igorlogius
Clean copy URL
cleancopyurl
Copy TabURL as Text
igorlogius