By: ahudock
Inspect and view changes in Page Title Copy source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Page Title Copy",
"version": "1.4",
"description": "Adds context menu items which copy the active tab title to the clipboard.",
"icons": {
"48": "icons/icon.svg",
"96": "icons/icon.svg"
},
"permissions": [
"contextMenus",
"activeTab",
"clipboardWrite"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
]
}
],
"browser_action": {
"default_icon": {
"48": "icons/icon.svg",
"96": "icons/icon.svg"
},
"default_popup": "popup/popup.html"
},
"browser_specific_settings": {
"gecko": {
"id": "{7c814ec4-4f7d-4de5-b8e7-89543b9a54b3}"
}
}
} Best Page Title Copy Alternatives
Here are some Firefox add-ons that are similar to Page Title Copy:
Copy Tab Title
hayatogh
Selected Tab Links
Battlemoose
Copy page title and url
Marek Jedliński
Copy Page Title (Right Click Menu)
Alexander
Copy page link and title to clipboard
Jake Almer
Copy title and url
riccardo
CopyTabTitleUrl
toshi
Copy Selected Tabs to Clipboard
Piro (piro_or)
Copy Page Info
XOILAC
Copy current tab title and URL to clipboard
cbo
Copy URL + Title
Cyril