By: postman
Inspect and view changes in Postman Helper source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Postman Helper",
"version": "1.0.0",
"description": "A minimal Firefox WebExtension (manifest v2) that helps opening Postman Web and copying the current tab URL to clipboard.",
"permissions": [
"tabs",
"activeTab",
"clipboardWrite",
"storage"
],
"browser_action": {
"default_title": "Postman Helper",
"default_popup": "popup.html"
},
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content_script.js"
],
"run_at": "document_idle"
}
],
"options_ui": {
"page": "options.html",
"open_in_tab": true
},
"browser_specific_settings": {
"gecko": {
"id": "{60fa2573-bc65-4b43-93fd-3ceb84e9432d}"
}
}
} Best Postman Helper Alternatives
Here are some Firefox add-ons that are similar to Postman Helper:
Paste-a-Sauce
IsItGreg
Quick URL Saver
May88
Copy tab URL to clipboard
idk
Copy Paste Tab Links
Kustrica
Quick Copy & Highlight
GD365
Simple Tab Manager
Anubosiris
Copy and Paste Tabs
Stanislav Senotrusov
Copy Tab URL
MarsCat
Open Link in Wayback Machine
John Smith
Copy Tabs URLs
Kevin Tully
TitleClipper
Jacobu
Copy Selected Tabs URLs
Yunus